diff --git a/base.config.js b/base.config.js index 950f413bc7..1d71d1a80e 100644 --- a/base.config.js +++ b/base.config.js @@ -5,7 +5,7 @@ * This source code is licensed under the license found in the LICENSE file in * the root directory of this source tree. */ -//This file should be imported by another config file, like dashboard.config.js +//This file should be imported by another config file, like build.config.js var path = require('path'); var SvgPrepPlugin = require('./plugins/svg-prep'); diff --git a/dashboard.config.js b/build.config.js similarity index 100% rename from dashboard.config.js rename to build.config.js diff --git a/package.json b/package.json index b976ac29fe..7f75f8f8a5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "webpack": "~1.12.0" }, "scripts": { - "dashboard": "node ./Parse-Dashboard/index.js & webpack --config dashboard.config.js --progress --watch", + "dashboard": "node ./Parse-Dashboard/index.js & webpack --config build.config.js --progress --watch", "pig": "http-server ./PIG -p 4041 -s & webpack --config PIG.config.js --progress --watch", "build": "NODE_ENV=production webpack --config production.config.js && webpack --config PIG.config.js", "test": "NODE_PATH=./node_modules jest",