We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57c9f6 commit 055b51eCopy full SHA for 055b51e
bin/vue-build
@@ -269,7 +269,7 @@ if (production) {
269
} else {
270
if (!options.watch) {
271
webpackConfig.plugins.push(new webpack.HotModuleReplacementPlugin())
272
- webpackConfig.entry.client.unshift(require.resolve('webpack-hot-middleware/client') + '?reload=true')
+ webpackConfig.entry.client.unshift(require.resolve('webpack-hot-middleware/client') + `?reload=true&path=http://${options.host}:${options.port}/__webpack_hmr`)
273
}
274
webpackConfig.devtool = 'eval-source-map'
275
webpackConfig.plugins.push(
0 commit comments