do not clear screen during rollup watch
This commit is contained in:
parent
bf9b980f37
commit
36940222be
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue