ltns-react-scripts
v4.0.3
Published
Configuration and scripts customized from [email protected]
Downloads
6
Readme
Every newly modified or added place compared with official package is commented with a @willltns
mark,
and one new file /react-scripts/config/webpack.rewire.js
to extend webpack configuration.
Use with a custom template cra-template-ltns
$ npx create-react-app my-app --scripts-version ltns-react-scripts --template cra-template-ltns
$ cd my-app
$ npm start
react-scripts
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.