Bogdan Chadkin
Bogdan Chadkin
I fixed build here. Though not sure as ci run need to be approved. https://github.com/kentcdodds/babel-plugin-macros/pull/184
Which node and svgo versions do you use?
Hi @sokra. Is there a way to avoid installing one more package? I don't care about this sourcemaps. Everything worked fine before this release https://github.com/webpack/webpack/releases/tag/v4.41.5
I add this loader to solve the problem ``` module.exports = source => { return source.replace(/\n[^\n]*sourceMappingURL[^\n]*\n?/, '\n'); }; ```
Activate
Still a problem
Well, I spent a lot of time digging through not very obvious lodash solutions.
Also really in most cases it's just each -> forEach, filter -> filter, map -> map. Are these cases less obvious?
Ok. Let's step away from code complication and I will do only drop in replacement.