Noticed the bundle was unusually big (~720kb). Assumed it must be because it's a hybrid package, but looking into it, it looks like it's because npm dependencies are included in the bundle 🤦 . Minifying the bundle would also help reduce the size too. I've done both here
Context
Noticed the bundle was unusually big (~720kb). Assumed it must be because it's a hybrid package, but looking into it, it looks like it's because npm dependencies are included in the bundle 🤦 . Minifying the bundle would also help reduce the size too. I've done both here
I've also added a PR template because why not
Changes
Testing
package size: 135.5 kB -> 16.4 kB unpacked size: 721.7 kB -> 56.2 kB
Before:
After: