This repository was archived by the owner on Apr 27, 2023. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"build" : " echo \" You must specify the target browser (firefox or chrome). Example: npm run build:firefox\" " ,
6
6
"build:prod" : " echo \" You must specify the target browser (firefox or chrome). Example: npm run build:firefox:prod\" " ,
7
- "build:chrome" : " npm run clean && webpack --watch -- config webpack.config.js --env=dev:chrome:benchmark --progress --colors" ,
7
+ "build:chrome" : " npm run clean && webpack --config webpack.config.js --env=dev:chrome:benchmark --progress --colors" ,
8
8
"build:chrome:prod" : " npm run clean && webpack --config webpack.config.js --env=prod:chrome:nobenchmark --progress --colors" ,
9
- "build:firefox" : " npm run clean && webpack --watch -- config webpack.config.js --env=dev:firefox:benchmark --progress --colors" ,
9
+ "build:firefox" : " npm run clean && webpack --config webpack.config.js --env=dev:firefox:benchmark --progress --colors" ,
10
10
"build:firefox:prod" : " npm run clean && webpack --config webpack.config.js --env=prod:firefox:nobenchmark --progress --colors" ,
11
11
"build:profile" : " npm run clean && webpack --config webpack.config.js --progress --profile --colors && cp ./static/* ./dist" ,
12
12
"zip" : " bestzip" ,
You can’t perform that action at this time.
0 commit comments