Skip to content

Feature Request: Ability to ignore node_modules #52

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

Closed
fracmak opened this issue Feb 3, 2017 · 3 comments
Closed

Feature Request: Ability to ignore node_modules #52

fracmak opened this issue Feb 3, 2017 · 3 comments

Comments

@fracmak
Copy link

fracmak commented Feb 3, 2017

I currently use react-css-modules for local components, but still use webpack's style loader for theme/widget stylesheets loaded in node_modules. This plugin tries to parse those libraries and bomb. It would be great to pass in a file pattern to ignore (similar to the condition syntax of webpack: https://webpack.js.org/configuration/module/#condition )

@gajus
Copy link
Owner

gajus commented Mar 4, 2017

PR welcome.

@CurtisHumphrey
Copy link
Contributor

PR: #61

@efosao
Copy link

efosao commented Apr 9, 2017

This issue can closed since PR #61 has been merged into master, and the config now support and 'exclude' option which takes a string (e.g. 'node_modules').

@gajus gajus closed this as completed Apr 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants