Skip to content

Commit

Permalink
feat(README.md): clarify plugin usage instructions by specifying the …
Browse files Browse the repository at this point in the history
…order of plugin placement in the configuration
  • Loading branch information
ryoppippi committed Sep 12, 2024
1 parent d5982e6 commit 6d97892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unplugin-typia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import UnpluginTypia from '@ryoppippi/unplugin-typia/vite';

export default defineConfig({
plugins: [
UnpluginTypia({ /* options */ }),
UnpluginTypia({ /* options */ }), // should be placed before other plugins like `react`, `svetle`, etc.
],
});
```
Expand Down

0 comments on commit 6d97892

Please sign in to comment.