1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +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": {
"production": {
"skipTypeCheck": false
"skipTypeCheck": false,
"esbuildOptions": {
"sourcemap": false
}
}
}
}