Skip to content

Commit

Permalink
fix(docs/from-vite.md): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
illume authored Jun 27, 2024
1 parent 7556672 commit f25d999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration/from-vite.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Migrate From Vite
:::note
Vite plugins like `unocss` are deeply integrated with `Vite`, these plugins may not be compatible with Farm due to the difference of internal design. You can try other method like `unocss postcss plugin` as walk-around.
Vite plugins like `unocss` are deeply integrated with `Vite`, these plugins may not be compatible with Farm due to the difference of internal design. You can try other method like `unocss postcss plugin` as work-around.
:::

Migrating from Vite is really simple as Farm is Vite-compatible. All you need to do is transforming `vite.config.ts` to `farm.config.ts`:
Expand Down

0 comments on commit f25d999

Please sign in to comment.