|
|
@@ -107,6 +107,11 @@ export default defineNuxtConfig({
|
|
|
vite: {
|
|
|
esbuild: {
|
|
|
drop: process.env.DEBUG ? [] : ['console', 'debugger'],
|
|
|
+ tsconfigRaw: {
|
|
|
+ compilerOptions: {
|
|
|
+ experimentalDecorators: true,
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
ssr: {
|
|
|
// with ssr enabled, this config is required to load vuetify properly
|