File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 * This source code is licensed under the license found in the LICENSE file in
66 * the root directory of this source tree.
77 */
8- //This file should be imported by another config file, like dashboard .config.js
8+ //This file should be imported by another config file, like build .config.js
99
1010var path = require ( 'path' ) ;
1111var SvgPrepPlugin = require ( './plugins/svg-prep' ) ;
File renamed without changes.
Original file line number Diff line number Diff line change 3434 "webpack" : " ~1.12.0"
3535 },
3636 "scripts" : {
37- "dashboard" : " node ./Parse-Dashboard/index.js & webpack --config dashboard .config.js --progress --watch" ,
37+ "dashboard" : " node ./Parse-Dashboard/index.js & webpack --config build .config.js --progress --watch" ,
3838 "pig" : " http-server ./PIG -p 4041 -s & webpack --config PIG.config.js --progress --watch" ,
3939 "build" : " NODE_ENV=production webpack --config production.config.js && webpack --config PIG.config.js" ,
4040 "test" : " NODE_PATH=./node_modules jest" ,
You can’t perform that action at this time.
0 commit comments