We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300dcb4 commit aac246bCopy full SHA for aac246b
rollup.config.js
@@ -17,5 +17,8 @@ export default {
17
resolve(), // tells Rollup how to find date-fns in node_modules
18
commonjs(), // converts date-fns to ES modules
19
production && terser() // minify, but only in production
20
- ]
+ ],
21
+ watch: {
22
+ clearScreen: false,
23
+ },
24
};
0 commit comments