Open
Description
Empty source map doesn't pass babel validator:
https://github.com/babel/babel/blob/672a58660f0b15691c44582f1f3fdcdac0fa0d2f/packages/babel-core/src/config/validation/option-assertions.ts#L174
Due to empty string instead of undefined:
https://github.com/vuejs/vue-jest/blob/master/packages/vue3-jest/lib/transformers/typescript.js#L25
Should be:
res.sourceMapText !== undefined ? JSON.parse(res.sourceMapText) : undefined
Metadata
Metadata
Assignees
Labels
No labels