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

View File

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