Skip to content

Commit aac246b

Browse files
committed
watch.clearScreen: false
1 parent 300dcb4 commit aac246b

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
@@ -17,5 +17,8 @@ export default {
1717
resolve(), // tells Rollup how to find date-fns in node_modules
1818
commonjs(), // converts date-fns to ES modules
1919
production && terser() // minify, but only in production
20-
]
20+
],
21+
watch: {
22+
clearScreen: false,
23+
},
2124
};

0 commit comments

Comments
 (0)