From 356ab1fe545c619b6c0ce512f9e356a1411ed886 Mon Sep 17 00:00:00 2001 From: garionion Date: Wed, 7 Apr 2021 12:03:55 +0200 Subject: [PATCH] remove vue options api from build --- vite.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index 6ea8547..d62c0c2 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,4 +3,7 @@ import vue from "@vitejs/plugin-vue"; export default defineConfig({ plugins: [vue()], + define: { + __VUE_OPTIONS_API__: false + } });