Skip to content

Commit 70f804d

Browse files
Update .changeset/hungry-toys-care.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent f8f6e78 commit 70f804d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/hungry-toys-care.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
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.
1010

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.
1212

1313
### Changes
1414

0 commit comments

Comments
 (0)