Enable runtime compilation

This commit is contained in:
thepaperpilot 2022-07-15 01:58:23 -05:00
parent c12345d98f
commit 9ad2a80e0b

View file

@ -19,6 +19,11 @@ export default defineConfig({
} }
} }
}, },
resolve: {
alias: {
vue: 'vue/dist/vue.esm-bundler.js'
}
},
plugins: [ plugins: [
vue(), vue(),
vueJsx({ vueJsx({