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 importing an SVG file larger than 100 kb (i.e. a sprite sheet with 700+ icons on it) I get a console error message from Babel:
VM4186 browser.js:6048 [BABEL] Note: The code generator has deoptimised the styling of "http://localhost:57917/Composite/console/icons.svg" as it exceeds the max of "100KB".
As far as I can tell this comes back to this plugin letting Babel process SVGs that it loads - which seems unnecessary.
The text was updated successfully, but these errors were encountered:
When importing an SVG file larger than 100 kb (i.e. a sprite sheet with 700+ icons on it) I get a console error message from Babel:
VM4186 browser.js:6048 [BABEL] Note: The code generator has deoptimised the styling of "http://localhost:57917/Composite/console/icons.svg" as it exceeds the max of "100KB".
As far as I can tell this comes back to this plugin letting Babel process SVGs that it loads - which seems unnecessary.
The text was updated successfully, but these errors were encountered: