bundle-react-flying-saucer
v0.0.42
Published
Bundle react-flying-saucer apps for cosmic voyages!
Downloads
6
Readme
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.