Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
idmytro authored Jun 29, 2023
1 parent 42ceb7e commit 1b641e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts-unocss/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import UnoCSS from '@unocss/vite'
import unocss from 'unocss/vite'

export default defineConfig({
plugins: [
vue(),
UnoCSS({ /* options */ }),
unocss({ /* options */ }),
],
})

0 comments on commit 1b641e0

Please sign in to comment.