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
For some reason, exclude will fail for symlinked node modules in the config. The following config will not work on a symlinked module, like, for example a package in a workspace:
exclude: [`**/@my-org/**`, '**/node_modules/**',]
this will fail for files where the resolvedPath in resolve-path-update-node is, for example:
For some reason, exclude will fail for symlinked node modules in the config. The following config will not work on a symlinked module, like, for example a package in a workspace:
this will fail for files where the
resolvedPath
inresolve-path-update-node
is, for example:Even though it should satisfy both node_modules exclusion and the my-org exclusion. The exclude rule works fine for all other node_module
The text was updated successfully, but these errors were encountered: