Skip to content

Commit

Permalink
Try if atomic helps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jan 4, 2022
1 parent bd5e924 commit 6ea8335
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/watch/index.js
Expand Up @@ -252,6 +252,12 @@ describe('rollup.watch', () => {
format: 'cjs',
exports: 'auto'
},
watch: {
chokidar: {
// Also use atomic for fsevents on MacOS to avoid artifacts
atomic: true
}
},
plugins: {
buildStart() {
this.addWatchFile(WATCHED_ID);
Expand Down

0 comments on commit 6ea8335

Please sign in to comment.