2017-01-03 22:32:23 +00:00
|
|
|
{
|
2018-06-03 22:45:01 +00:00
|
|
|
"presets": [
|
|
|
|
"@babel/preset-env"
|
|
|
|
],
|
|
|
|
"plugins": [
|
2018-09-23 21:58:09 +00:00
|
|
|
["@babel/plugin-proposal-object-rest-spread", { "useBuiltIns": true }],
|
|
|
|
"babel-plugin-transform-class-properties",
|
|
|
|
"babel-plugin-syntax-flow",
|
|
|
|
"babel-plugin-transform-flow-strip-types"
|
2018-06-03 22:45:01 +00:00
|
|
|
]
|
2017-01-03 22:32:23 +00:00
|
|
|
}
|