do not clear screen during rollup watch

This commit is contained in:
Conduitry 2019-05-18 08:56:28 -04:00 committed by GitHub
parent bf9b980f37
commit 36940222be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,5 +40,8 @@ export default {
// If we're building for production (npm run build // If we're building for production (npm run build
// instead of npm run dev), minify // instead of npm run dev), minify
production && terser() production && terser()
] ],
watch: {
clearScreen: false
}
}; };