Skip to content

Commit ae50d22

Browse files
committed
clearScreen: false
1 parent 300dcb4 commit ae50d22

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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)