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 9c88679 commit 035c352Copy full SHA for 035c352
playground/vue-jsx-ts-built-in/vite.config.js
@@ -3,6 +3,7 @@ import * as vite from 'vite'
3
import vueJsxPlugin from '@vitejs/plugin-vue-jsx'
4
import vuePlugin from '@vitejs/plugin-vue'
5
import babelPluginSyntaxDecorators from '@babel/plugin-syntax-decorators'
6
+import swc from '@rollup/plugin-swc'
7
8
export default defineConfig({
9
plugins: [
0 commit comments