# 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](../../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](https://github.com/facebook/create-react-app).<br>
Please refer to its documentation:

- [Getting Started](https://facebook.github.io/create-react-app/docs/getting-started) – How to create a new app.
- [User Guide](https://facebook.github.io/create-react-app/) – How to develop apps bootstrapped with Create React App.
