Investigate whether object.assign
could be replaced with xtend
#1
Labels
📦 area/deps
This affects dependencies
🗄 area/interface
This affects the public interface
💪 phase/solved
Post is done
👶 semver/patch
This is a backwards-compatible fix
🦋 type/enhancement
This is great to have
...or similar.
I was just checking some sizes of libs I’m making and found that
object.assign
adds about half of the size:object.assign
is 7kb, minified; 2.58kb, gzipped.I known, I know, it’s all not a lot, and I’m nitpicking 😉
The text was updated successfully, but these errors were encountered: