Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit e1775b3

Browse files
fix(babelrc): remove modules false
1 parent 15d6051 commit e1775b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
[
44
"@babel/preset-env",
55
{
6-
"targets": "last 3 versions, ie >= 9",
7-
"modules": false
6+
"targets": "last 3 versions, ie >= 9"
87
}
98
]
109
]

0 commit comments

Comments
 (0)