bundle-react-flying-saucer

0.0.42 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i bundle-react-flying-saucer

Weekly Downloads

0

Version

0.0.42

License

ISC

Unpacked Size

8.12 kB

Total Files

4

Last publish

Collaborators

  • d3dc