0.0.42 • Published 6 years ago

bundle-react-flying-saucer v0.0.42

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

bundle-react-flying-saucer

$ bundle-react-flying-saucer

Bundle a react-flying-saucer package with rollup for use anywhere - creates ESM and UMD bundles.

 

UMD bundles created with this tool have a peer dependency on:

  • react
  • react-dom
  • react-mothership

Recommendations

Its recommended to expose the generated files in your package.json for bundlers to find

  ...
  module: "dist/index.js"
  main: "dist/index.umd.js",
  scripts: {
    "prepare": "bundle-react-flying-saucer"
  },
  ...

Use a tool

Task runners like lerna are great for orchestrating multiple packages.

0.0.42

6 years ago

0.0.41

6 years ago

0.0.40

6 years ago

0.0.39

6 years ago

0.0.38

6 years ago

0.0.37

6 years ago

0.0.36

6 years ago

0.0.35

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago