Skip to content

Commit bdbe550

Browse files
committed
fix: exclude dynamic import plugin from babel config
1 parent f474d84 commit bdbe550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[
44
"@babel/preset-env",
55
{
6+
"exclude": ["@babel/plugin-proposal-dynamic-import"],
67
"targets": {
78
"node": "14"
89
}

0 commit comments

Comments
 (0)