From 9202fa174a62d8c84ed1c529813d88d51ff9d471 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Fri, 15 Jul 2022 01:58:23 -0500 Subject: [PATCH] Enable runtime compilation --- vite.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index 5d1c6a8..67a030d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -19,6 +19,11 @@ export default defineConfig({ } } }, + resolve: { + alias: { + vue: 'vue/dist/vue.esm-bundler.js' + } + }, plugins: [ vue(), vueJsx({