Skip to content

Commit

Permalink
fix: Fix failing empty-sourcemap test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1626 committed Nov 15, 2020
1 parent c1a5f80 commit fba4c35
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion e2e/v8-coverage/empty-sourcemap/babel.config.js
Expand Up @@ -6,5 +6,13 @@
*/

module.exports = {
presets: ['@babel/preset-env', '@babel/preset-typescript'],
presets: [
['@babel/preset-typescript'],
[
'@babel/preset-env',
{
targets: {node: 8},
},
],
],
};

0 comments on commit fba4c35

Please sign in to comment.