1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Do not build sourcemap on pro

This commit is contained in:
Adria Navarro 2023-05-22 12:33:10 +02:00
parent dd58d6ed76
commit a174804aec

View file

@ -30,7 +30,10 @@
}, },
"configurations": { "configurations": {
"production": { "production": {
"skipTypeCheck": false "skipTypeCheck": false,
"esbuildOptions": {
"sourcemap": false
}
} }
} }
} }