Dependencies spring cleaning
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"plugins":
|
||||
[
|
||||
"@babel/plugin-proposal-object-rest-spread",
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
"@babel/plugin-transform-runtime"
|
||||
],
|
||||
"presets":
|
||||
[
|
||||
"@babel/env",
|
||||
"@babel/react"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user