Skip to content

Commit 1ef4730

Browse files
authored
fix(webpack): build with dep updates (NativeScript#10762)
1 parent eab726b commit 1ef4730

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/webpack5/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"dependencies": {
1919
"@babel/core": "^7.0.0",
2020
"@pmmmwh/react-refresh-webpack-plugin": "~0.6.1",
21+
"@vue/compiler-sfc": "^3.5.17",
2122
"acorn": "^8.0.0",
2223
"acorn-stage3": "^4.0.0",
2324
"ansi-colors": "^4.1.3",

packages/webpack5/src/bin/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ program
4747
.option('--config [path]', 'config path')
4848
.option('--watch', 'watch for changes')
4949
.allowUnknownOption()
50+
.allowExcessArguments()
5051
.action((options, command) => {
5152
const env = parseEnvFlags(command.args);
5253
// add --env <val> into the env object

0 commit comments

Comments
 (0)