Skip to content

Commit

Permalink
Merge pull request #327 from ryoppippi/fix-readme
Browse files Browse the repository at this point in the history
feat(README.md): clarify plugin usage instructions by specifying the order of plugin placement in the configurationfiexe
  • Loading branch information
ryoppippi authored Sep 12, 2024
2 parents d5982e6 + 6d97892 commit b0188bb
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 b0188bb

Please sign in to comment.