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 5
5
* This source code is licensed under the license found in the LICENSE file in
6
6
* the root directory of this source tree.
7
7
*/
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
9
9
10
10
var path = require ( 'path' ) ;
11
11
var SvgPrepPlugin = require ( './plugins/svg-prep' ) ;
File renamed without changes.
Original file line number Diff line number Diff line change 34
34
"webpack" : " ~1.12.0"
35
35
},
36
36
"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" ,
38
38
"pig" : " http-server ./PIG -p 4041 -s & webpack --config PIG.config.js --progress --watch" ,
39
39
"build" : " NODE_ENV=production webpack --config production.config.js && webpack --config PIG.config.js" ,
40
40
"test" : " NODE_PATH=./node_modules jest" ,
You can’t perform that action at this time.
0 commit comments