You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I import flag-icon-css library, the transformation fails with the following error:
Failed to compile.
./node_modules/flag-icon-css/flags/1x1/do.svg
Module build failed: RangeError: Maximum call stack size exceeded
at String.replace (<anonymous>)
at Array.forEach (<anonymous>)
at Array.forEach (<anonymous>)
This icon is 456 kb, so maybe it has something to do with this?
The text was updated successfully, but these errors were encountered:
It is very interesting. It should work but actually h2x is not very optimized. The problem is probably in the traverser. If someone is familiar with this and want to help he is welcome!
When I import
flag-icon-css
library, the transformation fails with the following error:This icon is 456 kb, so maybe it has something to do with this?
The text was updated successfully, but these errors were encountered: