@@ -129,7 +129,13 @@ export default defineNuxtConfig({
protocol: 'wss',
port: 24678
}
- },
+ }
+ },
+ // Hide the sourcemaps warnings with vuetify
+ // @see https://github.com/vuetifyjs/vuetify-loader/issues/290#issuecomment-1435702713
+ sourcemap: {
+ server: false,
+ client: false,
},
i18n: {
langDir: 'lang',