epicmaxco / vuestic-ui

Free and Open Source UI Library for Vue 3 🤘
https://vuestic.dev
MIT License
3.31k stars 321 forks source link

Should not use vite bundle node package #4216

Open gweesin opened 1 month ago

gweesin commented 1 month ago

Vuestic-ui version: 1.9.8

Description

When I checked the code with #4215 , I found @vuestic/tailwind bundle packages by Vite.

It's really not recommended by https://github.com/vitejs/vite/issues/13926

m0ksem commented 1 month ago

Yeah. We should use tsup instead. But for now, vite don't cause any issues except we need to exclude node internals.