We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed232ee commit fe62b59Copy full SHA for fe62b59
1 file changed
conf/webpack/Dist.js
@@ -23,6 +23,9 @@ class WebpackDistConfig extends WebpackBaseConfig {
23
new webpack.NoErrorsPlugin()
24
]
25
};
26
+
27
+ // Deactivate hot-reloading if we run dist build on the dev server
28
+ this.config.devServer.hot = false;
29
}
30
31
/**
0 commit comments