2018-03-06 09:20:10 +01:00
|
|
|
{
|
|
|
|
"presets": [
|
|
|
|
"@babel/react",
|
2018-03-08 17:19:00 +01:00
|
|
|
"@babel/preset-flow",
|
2018-03-06 09:20:10 +01:00
|
|
|
[
|
|
|
|
"@babel/env",
|
|
|
|
{
|
|
|
|
"forceAllTransforms": true
|
|
|
|
}
|
|
|
|
],
|
2018-06-20 10:09:14 +02:00
|
|
|
["@babel/preset-stage-0", { "decoratorsLegacy": true }]
|
2018-03-06 09:20:10 +01:00
|
|
|
],
|
|
|
|
"plugins": [
|
2018-03-08 11:54:36 +01:00
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
2018-03-06 09:20:10 +01:00
|
|
|
"transform-es3-member-expression-literals",
|
|
|
|
"transform-es3-property-literals"
|
2018-03-12 09:30:03 +01:00
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"test": {
|
|
|
|
"plugins": [
|
|
|
|
"dynamic-import-node"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2018-03-06 09:20:10 +01:00
|
|
|
}
|