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
Now package has almoust a 6kb size. We can add small changes and make named imports and plugin style.
It can reduce bundle size at client side for 2-3kb (Profit!)
About
Now package has almoust a 6kb size. We can add small changes and make named imports and plugin style.
It can reduce bundle size at client side for 2-3kb (Profit!)
Changes:
config func (at and):
write all public func as named exports:
user code:
Standard (all) funcs: 5.8 kB
Plugin version: from 2.37 kB (main import with mini-funcs)
mini-funcs (one-lines or without external funcs) can be includes by default (wiill be base version from ~2.5 kB)
lets discuss
The text was updated successfully, but these errors were encountered: