0.0.3 • Published 5 years ago

create-react-paradrop v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

✈️ 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.