Skip to content

Commit

Permalink
feat: Chokidar use polling on rollup watch (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
largis21 committed Oct 16, 2023
1 parent 4841582 commit 1d63c2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/node/tasks/rollup/resolveRollupConfig.ts
Expand Up @@ -184,6 +184,12 @@ export function resolveRollupConfig(
return {...acc, [entry.name]: entry.source}
}, {}),

watch: {
chokidar: {
usePolling: true
}
},

plugins,

treeshake: {
Expand Down

0 comments on commit 1d63c2f

Please sign in to comment.