File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,7 @@ npm run test # run test
279279npm run test:watch # run test with change watching
280280npm run lint # run lint
281281npm run build # package to release
282+ npm run build-dev # package with non-minified dist/index.js (for debugging)
282283npm run build-bundle # build browser version available at .../browser
283284` ` `
284285
Original file line number Diff line number Diff line change 1717 },
1818 "scripts" : {
1919 "build" : " cross-env NODE_ENV=production webpack -p --config ./webpack.config.js" ,
20+ "build-dev" : " cross-env NODE_ENV=development webpack --config ./webpack.config.js" ,
2021 "build-bundle" : " cross-env NODE_ENV=production webpack -p --config ./webpack.bundle.config.js" ,
2122 "watch" : " webpack --config webpack.config.js --watch --progress" ,
2223 "test" : " npm run just-test && npm run lint" ,
You can’t perform that action at this time.
0 commit comments