refactor[chore]: use webpack-dev-serve build

This commit is contained in:
Pan
2017-12-15 10:30:50 +08:00
parent 951986045f
commit e2f4dd033c
23 changed files with 466 additions and 392 deletions

View File

@@ -1,6 +1,5 @@
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"sit"',
BASE_API: '"https://api-sit"',
APP_ORIGIN: '"https://wallstreetcn.com"'
};
NODE_ENV: '"production"',
ENV_CONFIG: '"sit"',
BASE_API: '"https://api-sit"'
}