Update .babelrc
fix formatting
This commit is contained in:
+3
-5
@@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"presets": [
|
"presets": ["@babel/react"],
|
||||||
"@babel/react"
|
|
||||||
],
|
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@babel/plugin-proposal-object-rest-spread",
|
"@babel/plugin-proposal-object-rest-spread",
|
||||||
"@babel/plugin-proposal-class-properties",
|
"@babel/plugin-proposal-class-properties",
|
||||||
"@babel/plugin-proposal-optional-chaining"
|
"@babel/plugin-proposal-optional-chaining"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user