Skip to content

Commit

Permalink
more babel tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoferretti committed Nov 25, 2020
1 parent ddbf365 commit cdaeefb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/foam-vscode/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
presets: [
["@babel/preset-env", { targets: { node: "current" } }],
"@babel/preset-typescript"
]
],
plugins: [["@babel/plugin-transform-runtime", { helpers: false }]]
};

0 comments on commit cdaeefb

Please sign in to comment.