Enable runtime compilation

This commit is contained in:
thepaperpilot 2022-07-15 01:58:23 -05:00
parent 4670258241
commit 9202fa174a

View file

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