mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 01:43:14 +08:00
fix(webpack): build with dep updates (#10762)
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"@pmmmwh/react-refresh-webpack-plugin": "~0.6.1",
|
||||
"@vue/compiler-sfc": "^3.5.17",
|
||||
"acorn": "^8.0.0",
|
||||
"acorn-stage3": "^4.0.0",
|
||||
"ansi-colors": "^4.1.3",
|
||||
|
@ -47,6 +47,7 @@ program
|
||||
.option('--config [path]', 'config path')
|
||||
.option('--watch', 'watch for changes')
|
||||
.allowUnknownOption()
|
||||
.allowExcessArguments()
|
||||
.action((options, command) => {
|
||||
const env = parseEnvFlags(command.args);
|
||||
// add --env <val> into the env object
|
||||
|
Reference in New Issue
Block a user