react-scripts
This package has been modified for supporting typescript chrome extensions development, using webpack's HMR and Typescript (optionally).
CHANGES LICENSE
Those changes and modifications have been done under the license specified in the root foolder.
TODO
- [ ] Improve HtmlWebpackPlugin for allowing chunks in main bundle entry.
- [ ] Improve README.md explaining steps followed.
- [ ] Improve README.md explaining how to use it.
- [ ] Modify the template app for creating automatically the content and background sripts and initial set up.
CREDITS
Changes applied in this package have been inspired from (cra-build-watch)[https://github.com/Nargonath/cra-build-watch] and my (PR)[https://github.com/Nargonath/cra-build-watch/pull/29]
This package includes scripts and configuration used by Create React App.
Please refer to its documentation:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.