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

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