Skip to content

Commit 7332b7b

Browse files
committed
chore: switch order of vite plugins
1 parent 33a82b7 commit 7332b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { defineConfig } from 'vite';
55
import dts from 'vite-plugin-dts';
66

77
export default defineConfig({
8-
plugins: [react(), dts(), Unocss()],
8+
plugins: [dts(), react(), Unocss()],
99
build: {
1010
lib: {
1111
entry: resolve(__dirname, 'src/lib/index.ts'),

0 commit comments

Comments
 (0)