Anton Korzunov
Anton Korzunov
Just for a better context - https://github.com/facebook/react/issues/14257
There is many ways to solve it, and yarn resolutions would not usually help - it's more related to the "building tool" - for webpack use `aliases` - just "hard"...
This is a cornerstone, this is how `node_modules` designed to work, this is why you might have two versions of a `Button` in two different major versions, and dependent modules...
I would like to. But I still haven’t found a silver bullet solution for WebStorm and friends except limiting it to some degree
Absolutely all other projects under my maintenance have the same problem 😭
> I do not have these installed, are they required? They are included into devolution - https://github.com/theKashey/devolution/blob/master/package.json#L26-L31 and they are usually required to properly scan your code > addPolyfills It's...
I was waiting for this - https://twitter.com/theKashey/status/1101353410761129985 So you are likely the first one who used this project in real. > Fixed, just update it.
There is no reason to do it - CRA compiles everything back to IE8 compatible code and you are not able to "devolute" it. It's already quite devoluted.
Look like there is a bug with `addPolyfills`, you should use it to get this error... > define rootBundles condition. see `rootBundles` property in your `.devolution.rc`. It defines `regexp` to...
Any proposals? The actual problem is the default configuration, which has `addPolyfills` configured, but `rootBundles` left empty. #8 should provide that configuration out of the box.