create-react-paradrop
v0.0.3
Published
A replacement for react-scripts that outputs a single self-contained JavaScript file.
Downloads
4
Readme
✈️ Create React Paradrop
A Create React App plugin that builds a single self-contained JavaScript file instead of an entire webapp
Useful if yo
npx create-react-app --scripts-version create-react-paradrop my-react-paradrop-project
cd my-react-paradrop-project
npm run build
You should now have a single bundle.js
file in your build/
folder.
Next release roadmap
- [x] Include Styled Components parsing.
- [x] 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.