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