Add flowjs support
This commit is contained in:
parent
b6205463db
commit
c3ef290145
5 changed files with 586 additions and 13 deletions
5
.babelrc
5
.babelrc
|
@ -3,6 +3,9 @@
|
|||
"@babel/preset-env"
|
||||
],
|
||||
"plugins": [
|
||||
["@babel/plugin-proposal-object-rest-spread", { "useBuiltIns": true }]
|
||||
["@babel/plugin-proposal-object-rest-spread", { "useBuiltIns": true }],
|
||||
"babel-plugin-transform-class-properties",
|
||||
"babel-plugin-syntax-flow",
|
||||
"babel-plugin-transform-flow-strip-types"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue