Roman Usherenko
Roman Usherenko
so my first suspect was this place https://github.com/4Catalyzer/astroturf/blob/b4cdd9492044a3cd44f4f5e8b20f0e134086a3b2/src/VirtualModulePlugin.js#L21-L31 and I was right :) webpack 5 has changed it to just `cache` the immediate fix is easy but maybe we should...
well, do tell us if we can help you in any way
I don't know which part broke it and when, but babel-preset-env's [logPlugin](https://github.com/babel/babel/blob/0416f165a89e90e476d46fc7acfdace16f568923/packages/babel-preset-env/src/debug.ts#L10) accepts an entire support object (object whose keys are polyfill names and values are support matrixes), but babel-helper-define-polyfill-provider...
force-pushed to fix a linter issue
I have a related question: I'm writing a custom eslint rule and wanted to use one of sindre's packages and I can't find a way to do this - requiring...
thx for the responses!
I have the same issue: this code ```jsx export const X = ({ x }) => ( { x ? () : } ) ``` does not generate any issues...
regarding the package exports - they're no longer exclusive to ESM. the documentation is moved to `Modules: Packages` and applies to CJS too considering the number of packages that rely...