File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2121 " react" ,
2222 " stage-0"
2323 ]
24+ },
25+ "development" : {
26+ "presets" : [
27+ " env" ,
28+ " react" ,
29+ " stage-0"
30+ ]
2431 }
2532 }
2633}
Original file line number Diff line number Diff line change 1717 "clean-fixtures" : " rimraf test/func/fixtures/report" ,
1818 "precommit" : " npm run lint" ,
1919 "prepublish" : " cross-env NODE_ENV=production webpack --config=webpack.prod.js" ,
20- "start" : " webpack-dev-server --config=webpack.dev.js --progress --colors --hot --inline" ,
20+ "start" : " NODE_ENV=development webpack-dev-server --config=webpack.dev.js --progress --colors --hot --inline" ,
2121 "commitmsg" : " conventional-changelog-lint -e" ,
2222 "release" : " standard-version" ,
23- "watch" : " webpack --progress -d --config=webpack.dev.js --watch"
23+ "watch" : " NODE_ENV=development webpack --progress -d --config=webpack.dev.js --watch"
2424 },
2525 "repository" : {
2626 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments