diff options
| author | Shinigami <[email protected]> | 2024-02-16 16:23:27 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-16 15:23:27 +0000 |
| commit | db88a1518e8d0ccfe191bd48a1ae8641a9a25303 (patch) | |
| tree | 6dec3716967b04b8839dc4b5c4b2f13021fa0733 /docs/guide | |
| parent | 44d698e14f48a32259fd52a39d1e3028f84f3c06 (diff) | |
| download | faker-db88a1518e8d0ccfe191bd48a1ae8641a9a25303.tar.xz faker-db88a1518e8d0ccfe191bd48a1ae8641a9a25303.zip | |
chore!: switch to tsup (#2391)
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/upgrading_v9/2391.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/guide/upgrading_v9/2391.md b/docs/guide/upgrading_v9/2391.md new file mode 100644 index 00000000..2dfda99c --- /dev/null +++ b/docs/guide/upgrading_v9/2391.md @@ -0,0 +1,3 @@ +### Using tsup for the build process + +We only support exports defined via `package.json` but after the switch to `tsup`, there are now complete restructures in the dist folder resulting it minified and chunked files for cjs. |
