Exclude some packages
radubrehar opened this issue · 2 comments
radubrehar commented
I think there should be a list of packages to be excluded.
For example, I'm using webpack's resolve alias
alias: {
src: path.resolve(__dirname, '../src'),
}
so basically I import all my app code starting from src
- the plugin tries to install src
, which is a problem
radubrehar commented
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
ericclemmons commented
This is being tracked here:
#17