mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-21 06:51:19 +08:00
feat(frontend): enable source maps
This commit is contained in:
parent
73aa1012ba
commit
a64f6539a2
@ -81,6 +81,10 @@ export default defineNuxtConfig({
|
|||||||
preset: "node-cluster",
|
preset: "node-cluster",
|
||||||
compressPublicAssets: true,
|
compressPublicAssets: true,
|
||||||
},
|
},
|
||||||
|
sourcemap: {
|
||||||
|
server: true,
|
||||||
|
client: true,
|
||||||
|
},
|
||||||
vue: {
|
vue: {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
isCustomElement: (tag) => ["lottie-player"].includes(tag),
|
isCustomElement: (tag) => ["lottie-player"].includes(tag),
|
||||||
|
Loading…
Reference in New Issue
Block a user