This repository was archived by the owner on Jun 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ npm run start
108108``` bash
109109npm run build
110110```
111- 1 . Build CSS and JS files.
111+ 1 . Build CSS and JS files. With this command, the js will be minified, the bundle version will be used in the html.
112112
113113``` bash
114114npm run lint
Original file line number Diff line number Diff line change 44 "description" : " Basic Structure for React app following Atomic Design" ,
55 "scripts" : {
66 "start" : " webpack-dev-server --inline --hot --progress --colors" ,
7- "build2" : " webpack -p" ,
8- "build" : " webpack -p --config ./webpack-production.config.js --progress --colors" ,
7+ "build" : " webpack --config ./webpack-production.config.js --progress --colors" ,
98 "lint" : " eslint ./app/ --ext .js --ext .jsx --fix" ,
109 "watch" : " webpack --watch --progress" ,
1110 "clean" : " rm -rf dist && npm cache clean"
2726 },
2827 "homepage" : " https://github.com/Rulox/react-atomic-structure#readme" ,
2928 "dependencies" : {
30- "gulp" : " ^3.9.1" ,
3129 "react" : " ^15.3.1" ,
3230 "react-dom" : " ^15.3.1" ,
3331 "react-router" : " ^2.8.1" ,
You can’t perform that action at this time.
0 commit comments