0.0.3 • Published 7 years ago
create-react-paradrop v0.0.3
✈️ 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-projectcd my-react-paradrop-projectnpm 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.