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
IIRC style-loader uses appendChild to insert a newly created stylesheet. But that's slow according to https://twitter.com/threepointone/status/758095801558011904. Also I think we can make rip some bytes off of the total lib size if we ditch style-loader.
The text was updated successfully, but these errors were encountered:
IIRC style-loader uses
appendChild
to insert a newly created stylesheet. But that's slow according to https://twitter.com/threepointone/status/758095801558011904. Also I think we can make rip some bytes off of the total lib size if we ditch style-loader.The text was updated successfully, but these errors were encountered: