1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Fix rollup not live reloading correctly

This commit is contained in:
Andrew Kingston 2020-09-15 07:55:32 +01:00
parent e7c35aafd5
commit 42bf945d35

View file

@ -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