diff --git a/webpack.mix.js b/webpack.mix.js index c8fa95d4..a66bc696 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -10,6 +10,12 @@ const mix = require('laravel-mix'); | file for the application as well as bundling up all the JS files. | */ + mix.webpackConfig({ + watchOptions: { + poll: true, + aggregateTimeout: 2000, + }, +}); mix.js('./resources/assets/vue/app.js', 'public/vue') .vue()