Big update
This commit is contained in:
6
.babelrc
6
.babelrc
@@ -4,5 +4,9 @@
|
||||
"@babel/env",
|
||||
"@babel/preset-react"
|
||||
],
|
||||
"plugins": ["@babel/plugin-proposal-class-properties"]
|
||||
"plugins": [
|
||||
"@babel/plugin-transform-runtime",
|
||||
["@babel/plugin-proposal-decorators", {"legacy": true}],
|
||||
["@babel/plugin-proposal-class-properties", {"loose": true}]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user