0.0.42 • Published 5 years ago

bundle-react-flying-saucer v0.0.42

Weekly downloads
5
License
ISC
Repository
github
Last release
5 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

5 years ago

0.0.41

5 years ago

0.0.40

5 years ago

0.0.39

5 years ago

0.0.38

5 years ago

0.0.37

5 years ago

0.0.36

5 years ago

0.0.35

5 years ago

0.0.34

5 years ago

0.0.33

5 years ago

0.0.32

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago