Skip to content

Commit 7797aed

Browse files
committed
Upgrade babel plugins to fix competing plugin error during parcel build
1 parent 6a683c5 commit 7797aed

File tree

3 files changed

+624
-2301
lines changed

3 files changed

+624
-2301
lines changed

.babelrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript"],
33
"plugins": [
4-
"@babel/transform-runtime",
5-
"@babel/plugin-proposal-nullish-coalescing-operator",
6-
"@babel/plugin-proposal-optional-chaining"
4+
"@babel/transform-runtime"
75
]
86
}

0 commit comments

Comments
 (0)