Skip to content

Commit

Permalink
Merge pull request #1236 from ryoppippi/fix-docs
Browse files Browse the repository at this point in the history
fix(docs): update SWC usage instructions
  • Loading branch information
samchon authored Aug 22, 2024
2 parents 0771e23 + 7115bdf commit c39cbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ If you are using a non-standard TypeScript compiler such as the following, you w
- Non-standard TypeScript compilers:
- [Babel](https://babeljs.io/) in Create-React-App
- [esbuild](https://esbuild.github.io/) in Vite -> covered by [`unplugin-typia`](#unplugin-typia)
- [SWC](https://swc.rs/) in Next.js -> only `Next.js` is covered by [`unplugin-typia`](#unplugin-typia)
- [SWC](https://swc.rs/) -> use [`unplugin-typia`](#unplugin-typia) with your bundlers ( including `next.js`, `vite`, `webpack`, `rollup`, etc )

Instead you should utilise the generation mode.

Expand Down

0 comments on commit c39cbcd

Please sign in to comment.