Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude some packages #27

Closed
radubrehar opened this issue Feb 5, 2016 · 2 comments
Closed

Exclude some packages #27

radubrehar opened this issue Feb 5, 2016 · 2 comments

Comments

@radubrehar
Copy link

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
Copy link
Author

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
Copy link
Member

This is being tracked here:
#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants