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
I used the following command to find out which modules were affected:
npm run build -- --webpack-bundle-analyzer
We can see that the fallback-fonts-list.json file is the primary cause of the large build size. Therefore, I think splitting the React component would not be effective.
This file has a file size of 1.10 MB even before build. And this file is imported here:
More context on: #194 (review)
The text was updated successfully, but these errors were encountered: