chore: swc/jest source maps config to inline instead of true (#9531)
This commit is contained in:
committed by
GitHub
parent
ccd40e6548
commit
9c73503084
@@ -16,7 +16,7 @@ module.exports = function defineJestConfig(config) {
|
|||||||
},
|
},
|
||||||
target: "ES2021",
|
target: "ES2021",
|
||||||
},
|
},
|
||||||
sourceMaps: true,
|
sourceMaps: "inline",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user