Skip to content

Commit

Permalink
Merge pull request #225 from google/rachel-fenichel-patch-1
Browse files Browse the repository at this point in the history
Don't watch node_modules
  • Loading branch information
rachel-fenichel authored Apr 21, 2020
2 parents df7607f + f71a775 commit 975eb2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/dev-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ module.exports = (env) => {
const devServer = {
port: 3000,
host: '0.0.0.0',
watchOptions: {
ignored: /node_modules/,
},
};
if (env.buildTest) {
devServer.openPage = 'test';
Expand Down

0 comments on commit 975eb2b

Please sign in to comment.