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
Also, using the modulesDirectories feature, so basically I have an app_modules folder, with a long list of local modules, which I require as if they are from node_modules. There should be an option to ignore those as well
I think there should be a list of packages to be excluded.
For example, I'm using webpack's resolve alias
so basically I import all my app code starting from
src
- the plugin tries to installsrc
, which is a problemThe text was updated successfully, but these errors were encountered: