create-react-paradrop
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

✈️ Create React Paradrop

A Create React App plugin that builds a single self-contained JavaScript file instead of an entire webapp

Useful if yo

  1. npx create-react-app --scripts-version create-react-paradrop my-react-paradrop-project
  2. cd my-react-paradrop-project
  3. npm run build

You should now have a single bundle.js file in your build/ folder.

Next release roadmap

  • Include Styled Components parsing.
  • Inlines SVGs during build when even when imported.
  • Include React Adaptor pattern.
  • Removes all other files from build/ folder.
  • Inlines all images during build when even when imported.
  • Include ability to change name of bundle.js.
  • Conceptualise and include sustainable way of including code splitting.

Readme

Keywords

none

Package Sidebar

Install

npm i create-react-paradrop

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

137 kB

Total Files

41

Last publish

Collaborators

  • schalkventer