Closed benoitv-code closed 1 month ago
@inetol doesn't seem like that PR made much difference, still seeing this issue on 3.18.0
, did it work for you?
The PR didn't make it to 3.18.0
, if it's not reverted for some reason it should be included in the next release
oh, that explains, thanks :)
Description
I have a Vite project importing symbols from
@tabler/icons-solidjs
.When using
@tabler/icons-solidjs
version2.47.0
, the bundle size is 115.59 kB When using@tabler/icons-solidjs
version3.14.0
, the bundle size is 2,795.96 kBThis is a huge bump. My package.json defines
"type": "module"
, so I think the correctesm
module should be imported, keeping only the imported symbols.Is there an issue with
@tabler/icons-solidjs
version 3 in that regard?I've seen #793 and #1161, but I am not sure they are related.
Package
Version
3.14.0
Browser
Operating system
Steps to reproduce
import { IconSearch } from "@tabler/icons-solidjs";
Checklist