We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a82b7 commit 7332b7bCopy full SHA for 7332b7b
packages/ui/vite.config.ts
@@ -5,7 +5,7 @@ import { defineConfig } from 'vite';
5
import dts from 'vite-plugin-dts';
6
7
export default defineConfig({
8
- plugins: [react(), dts(), Unocss()],
+ plugins: [dts(), react(), Unocss()],
9
build: {
10
lib: {
11
entry: resolve(__dirname, 'src/lib/index.ts'),
0 commit comments