Skip to content

Commit 258d40f

Browse files
committed
tweak babel config
1 parent af6f5a1 commit 258d40f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.babelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"presets": [
3-
["@babel/preset-env", {
4-
"modules": false
3+
["@babel/preset-env",{
4+
"modules": false,
5+
"loose": true
56
}]
67
],
78
"plugins": [

0 commit comments

Comments
 (0)