We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab726b commit 1ef4730Copy full SHA for 1ef4730
packages/webpack5/package.json
@@ -18,6 +18,7 @@
18
"dependencies": {
19
"@babel/core": "^7.0.0",
20
"@pmmmwh/react-refresh-webpack-plugin": "~0.6.1",
21
+ "@vue/compiler-sfc": "^3.5.17",
22
"acorn": "^8.0.0",
23
"acorn-stage3": "^4.0.0",
24
"ansi-colors": "^4.1.3",
packages/webpack5/src/bin/index.ts
@@ -47,6 +47,7 @@ program
47
.option('--config [path]', 'config path')
48
.option('--watch', 'watch for changes')
49
.allowUnknownOption()
50
+ .allowExcessArguments()
51
.action((options, command) => {
52
const env = parseEnvFlags(command.args);
53
// add --env <val> into the env object
0 commit comments