Skip to content

Commit e5a18ee

Browse files
committed
remove line from .babelrc to fix build error
1 parent b80ac94 commit e5a18ee

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
@@ -2,7 +2,6 @@
22
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript"],
33
"plugins": [
44
"@babel/transform-runtime",
5-
"@babel/plugin-proposal-nullish-coalescing-operator",
65
"@babel/plugin-proposal-optional-chaining"
76
]
8-
}
7+
}

0 commit comments

Comments
 (0)