Static GitHub Issues

[726] Vue nuxt js Hot code reloading not working

prev: Component disapearing when deployed to Github
next: scrollBehavior - Syntax Error: Unexpected token

hello guys i generate vue cli and nuxt.js applicaiton in my vagrant machine. but in that project dosent listing Hot code reload. this problem was appear with vue application. but it solved after add below code In build/dev-server.js:21

===== var devMiddleware = require('webpack-dev-middleware')(compiler, { publicPath: webpackConfig.output.publicPath, stats: { colors: true, chunks: false }, watchOptions: { aggregateTimeout: 300, poll: 1000 } })

======

but how update vue nuxt file ?????? where location

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c623">#c623</a>)</em></sub></div>