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