Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 3694022

Browse files
authored
do not clear screen during rollup watch
1 parent bf9b980 commit 3694022

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rollup.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ export default {
4040
// If we're building for production (npm run build
4141
// instead of npm run dev), minify
4242
production && terser()
43-
]
43+
],
44+
watch: {
45+
clearScreen: false
46+
}
4447
};

0 commit comments

Comments
 (0)