Skip to content

Commit

Permalink
- Fixed another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
heath-freenome committed Oct 21, 2021
1 parent a859278 commit 9754732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/razzle/config/createConfigAsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ module.exports = (
config.plugins = [
...config.plugins,
devServerMajorVersion > 3
? null // avoid warning since, webpack v4 automatically adds the HRM plugin when `hot` is true
? null // avoid warning since v4 automatically adds the HRM plugin when `hot` is true
: new webpack.HotModuleReplacementPlugin({
// set this true will break HtmlWebpackPlugin
multiStep: !clientOnly,
Expand Down

0 comments on commit 9754732

Please sign in to comment.