webpack-contrib / install-webpack-plugin

Speed up development by automatically installing & saving dependencies with Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exclude some packages

radubrehar opened this issue · comments

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

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

This is being tracked here:
#17