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
Is your feature request related to a problem? Please describe.
Hello, I'm optimizing my website and found with bundle analyzer, that big portion of js takes formatjs/intl-messageformat. I don't use message formatting in the project and there is no importing of this in the code. Is it possible to remove it from bundle?
Describe the solution you'd like
If we don't use message formatting, removing it from bundle would be great
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered:
As a side note, if you don't use any ICU features at all, I know that one user once set up an alias to the import of "intl-messageformat", to import it as null. It's a hack that can work for some limited cases.
AOT-compilation will be the thorough solution though that will work for all cases.
Is your feature request related to a problem? Please describe.
Hello, I'm optimizing my website and found with bundle analyzer, that big portion of js takes formatjs/intl-messageformat. I don't use message formatting in the project and there is no importing of this in the code. Is it possible to remove it from bundle?
Describe the solution you'd like
If we don't use message formatting, removing it from bundle would be great
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: