Skip to content

Latest commit

 

History

History

bundle-react-flying-saucer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.