Skip to content

Commit

Permalink
Fix babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-monnot committed Oct 21, 2021
1 parent 8c58bb6 commit 138079b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
presets: [
['@babel/preset-env', { loose: true, targets: { node: 10 } }],
'@babel/preset-react',
'@babel/preset-typescript',
],
plugins: ['@babel/plugin-syntax-dynamic-import'],
};

0 comments on commit 138079b

Please sign in to comment.