You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/hungry-toys-care.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
In order to bring more performance to the build process of `flowbite-react` package we have to consider transpiling the files using other tools rather than `tsc`, which is very slow.
10
10
11
-
After a lot of trials with `tsup`, `tshy` or even `bun build`, finally ended up using `rollup` with `esbuild` plugin for transpiling and stuck with `tsc`only for `*.d.ts` declaration files generation.
11
+
After evaluating various tools including `tsup`, `tshy`, and `bun build`, we chose `rollup` with the `esbuild` plugin for transpiling due to its performance and flexibility. We continue to use `tsc`solely for generating `*.d.ts` declaration files.
0 commit comments