Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed May 10, 2024
1 parent ee99dfe commit 22afbf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Pages from 'vite-plugin-pages'
import Components from 'unplugin-vue-components/vite'
import AutoImport from 'unplugin-auto-import/vite'
import Unocss from 'unocss/vite'
import { viteTransformToUnocss } from '../src/index'
// import { viteTransformToUnocss } from '../src/index'

export default defineConfig({
resolve: {
Expand All @@ -35,7 +35,7 @@ export default defineConfig({
dts: true,
}),

viteTransformToUnocss(),
// viteTransformToUnocss({}),
// https://github.com/antfu/unocss
// see unocss.config.ts for config
Unocss(),
Expand Down

0 comments on commit 22afbf4

Please sign in to comment.