Skip to content

Commit 035c352

Browse files
committed
chore: add import
1 parent 9c88679 commit 035c352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playground/vue-jsx-ts-built-in/vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as vite from 'vite'
33
import vueJsxPlugin from '@vitejs/plugin-vue-jsx'
44
import vuePlugin from '@vitejs/plugin-vue'
55
import babelPluginSyntaxDecorators from '@babel/plugin-syntax-decorators'
6+
import swc from '@rollup/plugin-swc'
67

78
export default defineConfig({
89
plugins: [

0 commit comments

Comments
 (0)