Skip to content

Commit

Permalink
Merge pull request #9 from jspizziri/patch-1
Browse files Browse the repository at this point in the history
Update doc to exclude all node_modules files
  • Loading branch information
aackerman committed Sep 16, 2016
2 parents db0d221 + b095adc commit 70992d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
plugins: [
new CircularDependencyPlugin({
// exclude detection of files based on a RegExp
exclude: /a\.js/,
exclude: /a\.js|node_modules/,
// add errors to webpack instead of warnings
failOnError: true
})
Expand Down

0 comments on commit 70992d4

Please sign in to comment.