File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 },
4545 "resolutions" : {},
4646 "scripts" : {
47- "start" : " NODE_ENV=development webpack serve --config webpack/webpack.dist .js" ,
48- "build" : " NODE_ENV=production webpack --config webpack/webpack.dist .js" ,
49- "build:dev" : " NODE_ENV=development webpack --config webpack/webpack.dist .js" ,
50- "build:stats" : " NODE_ENV=production webpack --config webpack/webpack.dist .js --json > stats.json" ,
47+ "start" : " NODE_ENV=development webpack serve --config webpack/webpack.config .js" ,
48+ "build" : " NODE_ENV=production webpack --config webpack/webpack.config .js" ,
49+ "build:dev" : " NODE_ENV=development webpack --config webpack/webpack.config .js" ,
50+ "build:stats" : " NODE_ENV=production webpack --config webpack/webpack.config .js --json > stats.json" ,
5151 "test" : " jest --watch" ,
5252 "testonce" : " jest"
5353 },
File renamed without changes.
You can’t perform that action at this time.
0 commit comments