We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e839b80 commit 236510bCopy full SHA for 236510b
template/build/webpack.dev.conf.js
@@ -7,7 +7,7 @@ config.devtool = 'eval-source-map'
7
8
// add hot-reload related code to entry chunks
9
var polyfill = 'eventsource-polyfill'
10
-var hotClient = 'webpack-hot-middleware/client?quiet=true'
+var hotClient = 'webpack-hot-middleware/client?noInfo=true&reload=true'
11
Object.keys(config.entry).forEach(function (name, i) {
12
var extras = i === 0 ? [polyfill, hotClient] : [hotClient]
13
config.entry[name] = extras.concat(config.entry[name])
0 commit comments