Bogdan Chadkin

Results 335 comments of 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

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'); }; ```

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.