cutwenty-react-scripts
v1.2.2
Published
Fe development tools for react.
Downloads
8
Readme
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.
自定义部分
- 添加了 config/custom-react-scripts
- 修改了 webpack.config.(dev/prod).js 进行了定制化
- 修改了 scripts/eject.js 避免 config/custom-react-scripts 被删除,将dependencies放到devDependencies中
- template 中添加了 .env、.editorconfig、.gitignore