Skip to content

Commit

Permalink
Disable polling for webpack dev server file watch
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtcode committed Jan 10, 2022
1 parent b84fae9 commit 46893dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ const configWeb = {
contentBase: path.join(__dirname, 'build/'),
openPage: 'web/viewer.html',
open: false,
watchOptions: {
poll: true
}
// watchOptions: {
// poll: true
// }
}
};

Expand Down

0 comments on commit 46893dc

Please sign in to comment.