2018-03-06 08:20:10 +00:00
|
|
|
{
|
|
|
|
"presets": [
|
|
|
|
"@babel/react",
|
2018-03-08 16:19:00 +00:00
|
|
|
"@babel/preset-flow",
|
2018-03-06 08:20:10 +00:00
|
|
|
[
|
|
|
|
"@babel/env",
|
|
|
|
{
|
|
|
|
"forceAllTransforms": true
|
|
|
|
}
|
2019-03-05 13:46:49 +00:00
|
|
|
]
|
2018-03-06 08:20:10 +00:00
|
|
|
],
|
|
|
|
"plugins": [
|
2019-03-21 15:12:49 +00:00
|
|
|
"react-hot-loader/babel",
|
2018-03-08 10:54:36 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
2019-03-05 13:46:49 +00:00
|
|
|
"@babel/plugin-transform-member-expression-literals",
|
|
|
|
"@babel/plugin-transform-property-literals",
|
|
|
|
"@babel/plugin-syntax-import-meta",
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
"@babel/plugin-proposal-json-strings",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-decorators",
|
|
|
|
{
|
|
|
|
"legacy": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/plugin-proposal-function-sent",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
|
|
"@babel/plugin-proposal-numeric-separator",
|
|
|
|
"@babel/plugin-proposal-throw-expressions",
|
|
|
|
"@babel/plugin-proposal-export-default-from",
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators",
|
|
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-pipeline-operator",
|
|
|
|
{
|
|
|
|
"proposal": "minimal"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
|
|
"@babel/plugin-proposal-do-expressions",
|
|
|
|
"@babel/plugin-proposal-function-bind"
|
2018-03-12 08:30:03 +00:00
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"test": {
|
2019-03-05 13:46:49 +00:00
|
|
|
"plugins": ["dynamic-import-node"]
|
2018-03-12 08:30:03 +00:00
|
|
|
}
|
|
|
|
}
|
2018-03-06 08:20:10 +00:00
|
|
|
}
|