Skip to content

Commit 4d794e7

Browse files
committed
fix: tests
1 parent 0bd209d commit 4d794e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/webpack-cli/lib/webpack-cli.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ class WebpackCLI extends GroupHelper {
195195
*/
196196
async runOptionGroups(parsedArgs) {
197197
await Promise.resolve()
198-
.then(() => this._handleDefaultEntry())
199198
.then(() => this._baseResolver(handleConfigResolution, parsedArgs))
200199
.then(() => this._baseResolver(resolveMode, parsedArgs))
201200
.then(() => this._baseResolver(resolveOutput, parsedArgs, outputStrategy))

0 commit comments

Comments
 (0)