alex-oleshkevich / vue-tabler-icons

Fully customizable free SVG icons made as Vue components.
MIT License
150 stars 13 forks source link

Announcement: Remove pre-built (dist) files from the package #27

Open alex-oleshkevich opened 1 year ago

alex-oleshkevich commented 1 year ago

Currently, the library ships with pre-built bundles that are ready to be used without any bundles. Just attach a script link and it works. Since now, this behavior is unwanted and deprecated. These files take up to 5mb and no none should want it.

Alternatives

  1. use bundler with tree shaking and include only icons you want in your app
  2. use simple SVG from https://tabler-icons.io in your apps.