feat(frontend): enable source maps

This commit is contained in:
MiniDigger | Martin 2023-01-08 15:29:51 +01:00
parent 73aa1012ba
commit a64f6539a2

View File

@ -81,6 +81,10 @@ export default defineNuxtConfig({
preset: "node-cluster",
compressPublicAssets: true,
},
sourcemap: {
server: true,
client: true,
},
vue: {
compilerOptions: {
isCustomElement: (tag) => ["lottie-player"].includes(tag),