Skip to content

Commit 82ec7ed

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

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
@@ -6,7 +6,7 @@
66

77
### Summary
88

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

1111
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

0 commit comments

Comments
 (0)