fix(webpack): build with dep updates (#10762)

This commit is contained in:
Nathan Walker
2025-07-11 16:10:32 -07:00
committed by GitHub
parent eab726b5d6
commit 1ef47301bf
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -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