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

Use glob pattern to support exclude (or include) option #55

Open
rokoroku opened this issue Nov 29, 2018 · 1 comment
Open

Use glob pattern to support exclude (or include) option #55

rokoroku opened this issue Nov 29, 2018 · 1 comment

Comments

@rokoroku
Copy link
Contributor

wildcard module is not suitable to implement the exclude option.
wildcard only supports tokenized string matching, so to match file patterns like js/name.chunk.js.map, I have to specify exclude: ['*.*.*.*.map'], not exclude: ['**/*.map']

@nick-benoit14
Copy link
Collaborator

If you are interested in making forward steps on this I would be happy to provide advice, accept a PR. Otherwise, I am not sure exactly when I will be able to make this improvement. Thanks for reaching out though!

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