Skip to content

Commit 98033bc

Browse files
committed
Add missing semi-colon
1 parent 1b419fd commit 98033bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class ConfigGenerator {
414414
plugins.push(new AssetsOutputDisplayPlugin(outputPath, friendlyErrorsPlugin));
415415

416416
if (this.webpackConfig.useDevServer()) {
417-
plugins.push(new webpack.HotModuleReplacementPlugin())
417+
plugins.push(new webpack.HotModuleReplacementPlugin());
418418
}
419419

420420
return plugins;

0 commit comments

Comments
 (0)