Remove flow defs and usage, will be using TS
This commit is contained in:
parent
8fd0e5ff57
commit
cc7f7d7123
10 changed files with 110 additions and 88 deletions
4
.babelrc
4
.babelrc
|
@ -4,8 +4,6 @@
|
|||
],
|
||||
"plugins": [
|
||||
["@babel/plugin-proposal-object-rest-spread", { "useBuiltIns": true }],
|
||||
"babel-plugin-transform-class-properties",
|
||||
"babel-plugin-syntax-flow",
|
||||
"babel-plugin-transform-flow-strip-types"
|
||||
"@babel/plugin-proposal-class-properties"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue