Skip to content

Commit

Permalink
watch.clearScreen: false
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed Dec 26, 2022
1 parent 300dcb4 commit aac246b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ export default {
resolve(), // tells Rollup how to find date-fns in node_modules
commonjs(), // converts date-fns to ES modules
production && terser() // minify, but only in production
]
],
watch: {
clearScreen: false,
},
};

0 comments on commit aac246b

Please sign in to comment.