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

ignorePattern doesn't seem to be working #23

Open
mansona opened this issue Aug 18, 2016 · 1 comment
Open

ignorePattern doesn't seem to be working #23

mansona opened this issue Aug 18, 2016 · 1 comment

Comments

@mansona
Copy link

mansona commented Aug 18, 2016

Howdy 👋

Just trying to stop this gzipping my sourcemaps and I've been trying to add an ignorePattern that doesn't seem to be working 😕

I've tried ignorePattern: '**.map' and ignorePattern: '*.map' but they both still gzipped my sourcemaps. I even tried ignorePattern: '\*\*/\*.map', which I lifted from the default filePattern 😂

I ended up working around this by just using filePattern with map removed as an option, but I figured I should open an issue to see if there is anything I can do to help. I would love to add a failing test if someone could at least point me in the right direction.

@jrjohnson
Copy link
Contributor

I have it as ignorePattern: '**/index.json' maybe ignorePattern: '**/*.map' would work for you?

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