New scheme needs CONFIG_FILE for webpack, not babel.

This commit is contained in:
Thomas E Lackey 2020-07-20 15:56:34 -05:00
parent b3871cf91f
commit 08faf18cea
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"analyzer": "webpack --config webpack-analyzer.config.js",
"build:babel": "babel ./src --out-dir ./dist/es --ignore \"**/*.test.js\" --source-maps inline",
"build": "yarn dist",
"dist": "yarn clean && CONFIG_FILE=config-production.yml yarn build:babel && webpack",
"dist": "yarn clean && yarn build:babel && CONFIG_FILE=config-production.yml webpack",
"clean": "rm -rf dist",
"lint": "semistandard 'src/**/*.js'",
"start": "CONFIG_FILE=${CONFIG_FILE:-config-testnet.yml} VERBOSE=true webpack-dev-server --mode development",

View File

@ -1,7 +1,7 @@
{
"build": {
"name": "@dxos/console-app",
"buildDate": "2020-07-20T20:45:04.335Z",
"buildDate": "2020-07-20T20:55:14.656Z",
"version": "1.0.0-beta.17"
}
}