Skip to content

Commit

Permalink
Remove webpack hot option (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
krispenney authored Oct 18, 2022
1 parent 84160a5 commit 2ab68bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@misk/dev/webpack.config.tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ module.exports = (env, argv) => {
devServer: {
host: "0.0.0.0",
port: port,
hot: true,
historyApiFallback: true
},
module: {
Expand Down

0 comments on commit 2ab68bb

Please sign in to comment.