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
Importing langspec.json in its entirety immediately adds 32kb to the webpack bundle. Ideally, we should dynamically import the JSON file only when it is needed. Refer to the webpack docs for more details and possible implementation examples.
The text was updated successfully, but these errors were encountered:
Importing
langspec.json
in its entirety immediately adds 32kb to the webpack bundle. Ideally, we should dynamically import the JSON file only when it is needed. Refer to the webpack docs for more details and possible implementation examples.The text was updated successfully, but these errors were encountered: