We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a683c5 commit 7797aedCopy full SHA for 7797aed
.babelrc
@@ -1,8 +1,6 @@
1
{
2
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript"],
3
"plugins": [
4
- "@babel/transform-runtime",
5
- "@babel/plugin-proposal-nullish-coalescing-operator",
6
- "@babel/plugin-proposal-optional-chaining"
+ "@babel/transform-runtime"
7
]
8
}
0 commit comments