Skip to content
3 changes: 1 addition & 2 deletions src/content/guides/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@ __webpack.config.js__
new CleanWebpackPlugin(['dist']),
new HtmlWebpackPlugin({
title: 'Output Management'
}),
new webpack.HotModuleReplacementPlugin()
})
],
output: {
filename: '[name].bundle.js',
Expand Down
Loading