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
Processing Unihan data (Unihan_IRGSources.txt, Unihan_Readings.txt, and Unihan_Variants.txt) into the ReverseMap, VariantRadicals, and BaseRadicals in the browser already takes more than 10 seconds, which will only get worse with the upcoming implementation of the "find all islands" algorithm and addition of Ext. G characters
The text was updated successfully, but these errors were encountered:
I'm working on a project that has helper build scripts to autogenerate certain files within the application
So, this is a case where you'd definitely want to have your own Jest config IMO - because our config is specifically designed to compile code in the same way that CRA does, whereas your scripts won't (I'm guessing) be using our Babel config, etc...
Processing Unihan data (
Unihan_IRGSources.txt
,Unihan_Readings.txt
, andUnihan_Variants.txt
) into the ReverseMap, VariantRadicals, and BaseRadicals in the browser already takes more than 10 seconds, which will only get worse with the upcoming implementation of the "find all islands" algorithm and addition of Ext. G charactersThe text was updated successfully, but these errors were encountered: