Skip to content

Commit

Permalink
Merge pull request #1705 from chancancode/cherry-pick-a562b4e6cdc7099…
Browse files Browse the repository at this point in the history
…09862bd7d79d899f55c8fda63

Backport #1703 to stable
  • Loading branch information
void-mAlex committed Dec 5, 2023
2 parents 94f4026 + 8ef9065 commit 9ea9e87
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/scenarios/helpers/v2-addon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ export class DevWatcher {
configFile.options.map((options: RollupOptions) => {
options.watch = {
buildDelay: 20,
// Windows doesn't have a good file-watching mechanism (such as inotify),
// so we need to tell this `DevWatcher` tool to use chokidar's polling feature
chokidar: {
usePolling: true,
},
};
return options;
})
Expand Down

0 comments on commit 9ea9e87

Please sign in to comment.