Yevhen Sylenko
Yevhen Sylenko
Unfortunately "overrides"/"resolutions" solution breaks `` support. The root of this problem is that CRA does not support `cjs` modules (which is format of `fontkit `dependency). This should be fixed by...
As I said in my previous comment, the problem is not with the webpack itself, but rather with default `webpack.config.js` from create react app [look here for details](https://github.com/facebook/create-react-app/pull/12605/files#diff-8e25c4f6f592c1fcfc38f0d43d62cbd68399f44f494c1b60f0cf9ccd7344d697). By default,...
> Yes, this solution breaks Image. I need to put some images in my pdf, and I cannot upgrade to WebPack5, I really need a solution to make Image works....
Make sure that during npm install it says something like this: ``` > [email protected] postinstall > patch-package patch-package 6.5.1 Applying patches... [email protected] ✔ added xxx packages... ``` Here is bare...
Yes, it would take much more time, but it actually does the job (distribution is removed). As far as i understand, slow speed is not CloudFormation issue but issue of...