You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.
I use https://lernajs.io/ to link local packages I develop simultaneously.
I get eslint loader error on module [0] which is symlinked and the link is under node_modules folder.
This module shouldn't be linted because it is compiled /minified code on purpose.
Webpack seems to resolve symlinks immediately so it treats it as a regular source code to lint...
I use https://lernajs.io/ to link local packages I develop simultaneously.
I get eslint loader error on module [0] which is symlinked and the link is under node_modules folder.
This module shouldn't be linted because it is compiled /minified code on purpose.
Webpack seems to resolve symlinks immediately so it treats it as a regular source code to lint...
my webpack config for loader is configured to exclude node_modules
How to deal with this case? Should it behave like that or it's a bug in webpack/eslintloader?
The text was updated successfully, but these errors were encountered: