mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
client: migrate from Flux to MobX
This commit is contained in:
3
.babelrc
3
.babelrc
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"presets": ["@babel/env", "@babel/typescript", "@babel/react"],
|
||||
"plugins": [
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
["@babel/plugin-proposal-decorators", {"legacy": true}],
|
||||
["@babel/plugin-proposal-class-properties", {"loose": false}],
|
||||
"@babel/proposal-object-rest-spread",
|
||||
"@babel/plugin-proposal-optional-chaining"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user