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 all node_modules except some #8

Open
creativityjuice opened this issue Dec 14, 2017 · 0 comments
Open

Exclude all node_modules except some #8

creativityjuice opened this issue Dec 14, 2017 · 0 comments

Comments

@creativityjuice
Copy link

Hey,

I needed to exclude all node_modules except bootstrap. I has a nice regexp which should have worked unfortunately an escape of useful regexp tokens is done. Why is it for ?
This issue is caused by escapeStringToRegexp(str) in main.js. I had to change the code to avoid this escaping.
Here is my regexp : node_modules(?!\/bootstrap)\/.+

Thanks,

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

1 participant