webpack: Doesn't respect exclude: /node_modules/ when a module is linked

I noticed this on 1.7.3, if I have a module linked via npm link it will still run loaders that have exclude: /node_modules/. If they aren’t linked, it works as expected.

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Reactions: 5
  • Comments: 15 (6 by maintainers)

Most upvoted comments

similar problem, not able to tell linter ignore the linked npm_module, but if installed, its fine. that’s dumb…