Skip to content

Commit

Permalink
tweaking babel setting
Browse files Browse the repository at this point in the history
because of a runtime error in vscode, presented only with the packaged extension jaredpalmer/tsdx#547
  • Loading branch information
Celoskip3 authored and riccardoferretti committed Nov 25, 2020
1 parent dabea3a commit e308c56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/foam-core/.babelrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
plugins: [['@babel/plugin-transform-runtime', { helpers: false }]],
};

0 comments on commit e308c56

Please sign in to comment.