Skip to content

Commit

Permalink
chore: swc/jest source maps config to inline instead of true (medusaj…
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p authored Oct 11, 2024
1 parent ccd40e6 commit 9c73503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion define_jest_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function defineJestConfig(config) {
},
target: "ES2021",
},
sourceMaps: true,
sourceMaps: "inline",
},
],
},
Expand Down

0 comments on commit 9c73503

Please sign in to comment.