1.0.16 • Published 8 years ago
react-scripts-rawrmonstar v1.0.16
react-scripts-rawrmonstar
My personal fork of
react-scripts@1.0.7.
Changes
1.0.14
- Add
publishscript that deploys to now
1.0.13
- Strip
prop-typesfrom production build viababel-plugin-transform-react-remove-prop-types
1.0.12
- Add
react-snapshotto build process
1.0.10
- Add
react-loadable - Add
babel-plugin-import-inspectorfor betterreact-loadablesupport
1.0.9
- Add
.eslintrcto project template to enable editor linting
1.0.8
- Add
lodash - Add
babel-plugin-lodash - Add
lodash-webpack-plugin
Usage
create-react-app my-app --scripts-version react-scripts-rawrmonstarAlias
cra() {
create-react-app ${1} --scripts-version react-scripts-rawrmonstar
}