mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2024-11-10 09:39:15 +08:00
7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
|
import { defineConfig } from 'vite'
|
||
|
import vueJsxPlugin from '@vitejs/plugin-vue-jsx'
|
||
|
|
||
|
export default defineConfig({
|
||
|
plugins: [vueJsxPlugin()]
|
||
|
})
|