Skip to content

Commit

Permalink
fix typo..
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Feb 14, 2018
1 parent 94ac6db commit 0f1cee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
}

if (argv.progress) {
const ProgressPlugin = require("webpack").ProcessPlugin;
const ProgressPlugin = require("webpack").ProgressPlugin;
compiler.apply(
new ProgressPlugin({
profile: argv.profile
Expand Down

0 comments on commit 0f1cee6

Please sign in to comment.