diff --git a/packages/builder/rollup.config.js b/packages/builder/rollup.config.js index 3d73d968f3..ffeacf9e52 100644 --- a/packages/builder/rollup.config.js +++ b/packages/builder/rollup.config.js @@ -234,7 +234,7 @@ export default { // Watch the `dist` directory and refresh the // browser on changes when not in production - !production && livereload(outputpath), + !production && livereload({ watch: outputpath, delay: 500 }), // If we're building for production (npm run build // instead of npm run dev), minify