Skip to content

Commit 0f1cee6

Browse files
committed
fix typo..
1 parent 94ac6db commit 0f1cee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
}
440440

441441
if (argv.progress) {
442-
const ProgressPlugin = require("webpack").ProcessPlugin;
442+
const ProgressPlugin = require("webpack").ProgressPlugin;
443443
compiler.apply(
444444
new ProgressPlugin({
445445
profile: argv.profile

0 commit comments

Comments
 (0)