chore: swc/jest source maps config to inline instead of true (#9531)

This commit is contained in:
Adrien de Peretti
2024-10-11 09:40:51 +02:00
committed by GitHub
parent ccd40e6548
commit 9c73503084

View File

@@ -16,7 +16,7 @@ module.exports = function defineJestConfig(config) {
},
target: "ES2021",
},
sourceMaps: true,
sourceMaps: "inline",
},
],
},