mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 15:22:39 +00:00
eslint
This commit is contained in:
parent
2576e8795e
commit
ce959878e7
@ -89,7 +89,7 @@ export default function webpackClientConfig () {
|
||||
config.plugins.push(new FriendlyErrorsWebpackPlugin())
|
||||
}
|
||||
// Dev client build
|
||||
if(this.options.dev){
|
||||
if (this.options.dev) {
|
||||
// Add HMR support
|
||||
config.entry.app = flatten(['webpack-hot-middleware/client?name=$client&reload=true', config.entry.app])
|
||||
config.plugins.push(
|
||||
|
Loading…
Reference in New Issue
Block a user