Skip to content

Commit 88e5ff4

Browse files
committed
Update .babelrc
1 parent 6a608e7 commit 88e5ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
["@babel/preset-env", {
88
"targets": {
99
"node": "18"
10-
}
10+
},
11+
"exclude": ["proposal-dynamic-import"]
1112
}]
1213
],
1314
"sourceMaps": "inline"

0 commit comments

Comments
 (0)