diff --git a/template/webpack.config.js b/template/webpack.config.js index d35da09..3c4b243 100644 --- a/template/webpack.config.js +++ b/template/webpack.config.js @@ -16,6 +16,10 @@ module.exports = { devServer: { contentBase: dist, }, + watchOptions: { + aggregateTimeout: 100, + poll: 100, + }, plugins: [ new CopyPlugin([ path.resolve(__dirname, "static")