mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
remove extra $ from HMR query
This commit is contained in:
parent
e0782af53e
commit
77ad0c8fc4
@ -124,7 +124,7 @@ export default function webpackClientConfig () {
|
|||||||
config.plugins.push(new webpack.NamedModulesPlugin())
|
config.plugins.push(new webpack.NamedModulesPlugin())
|
||||||
|
|
||||||
// Add HMR support
|
// Add HMR support
|
||||||
config.entry.app = ['webpack-hot-middleware/client?name=$client&reload=true', config.entry.app]
|
config.entry.app = ['webpack-hot-middleware/client?name=client&reload=true', config.entry.app]
|
||||||
config.plugins.push(
|
config.plugins.push(
|
||||||
new webpack.HotModuleReplacementPlugin(),
|
new webpack.HotModuleReplacementPlugin(),
|
||||||
new webpack.NoEmitOnErrorsPlugin()
|
new webpack.NoEmitOnErrorsPlugin()
|
||||||
|
Loading…
Reference in New Issue
Block a user