remove vue options api from build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
garionion 2021-04-07 12:03:55 +02:00
parent d8f3836b02
commit 356ab1fe54
Signed by: garionion
GPG Key ID: 53352FA607FA681A
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@ import vue from "@vitejs/plugin-vue";
export default defineConfig({
plugins: [vue()],
define: {
__VUE_OPTIONS_API__: false
}
});