Skip to content

Commit 1a7a979

Browse files
committed
fixing incorrect babel-conf
1 parent 1c50c37 commit 1a7a979

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

babel.config.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
// babel.config.js
22
module.exports = {
33
presets: [
4-
['@babel/preset-env', {
5-
modules: false,
6-
targets: {node: 'current'},
7-
}],
4+
['@babel/preset-env', {targets: {node: 'current'}}],
85
'@babel/preset-typescript',
96
],
10-
};
7+
};

0 commit comments

Comments
 (0)