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.
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'andignorePattern: '*.map'but they both still gzipped my sourcemaps. I even triedignorePattern: '\*\*/\*.map',which I lifted from the default filePattern 馃槀I ended up working around this by just using filePattern with
mapremoved 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.