Skip to content

Commit 138079b

Browse files
Fix babel config
1 parent 8c58bb6 commit 138079b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module.exports = {
22
presets: [
33
['@babel/preset-env', { loose: true, targets: { node: 10 } }],
44
'@babel/preset-react',
5-
'@babel/preset-typescript',
65
],
76
plugins: ['@babel/plugin-syntax-dynamic-import'],
87
};

0 commit comments

Comments
 (0)