Open
Description
The current implementation always imports ProxyPolyfill
:
Lines 4 to 8 in f469207
However, that polyfill is 6K before minification, which looks like it's about 1/3 of the total source size.
Per https://bundlephobia.com/result?p=proxyequal@2.0.3 , the deployed size is 8.3K min and 3K min+gz. If the polyfill was only conditionally imported (or even better, made a separate thing that users could import and enable themselves if needed), that size could probably shrink noticeably.
Metadata
Metadata
Assignees
Labels
No labels