Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Ignore node_modules in webpack --watch
Browse files Browse the repository at this point in the history
  • Loading branch information
hmans committed May 5, 2018
1 parent cfedaa4 commit de6b67f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.js
Expand Up @@ -55,5 +55,8 @@ module.exports = {
algorithm: "zopfli",
minRatio: 0
})
]
],
watchOptions: {
ignored: /node_modules/
}
};

0 comments on commit de6b67f

Please sign in to comment.