forked from cerc-io/laconic-console
New scheme needs CONFIG_FILE for webpack, not babel.
This commit is contained in:
parent
b3871cf91f
commit
08faf18cea
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user