2017-11-27 01:15:09 -05:00
|
|
|
{
|
2017-06-25 13:13:39 -05:00
|
|
|
"env": {
|
2017-10-22 05:28:38 -05:00
|
|
|
"ui": {
|
|
|
|
"presets": [
|
2018-12-22 10:11:09 -05:00
|
|
|
"@babel/react",
|
|
|
|
"@babel/flow",
|
|
|
|
["@babel/env",{
|
2017-10-22 05:28:38 -05:00
|
|
|
"targets": {
|
|
|
|
"browsers": [
|
|
|
|
"last 5 versions",
|
|
|
|
"FireFox >= 44",
|
|
|
|
"Safari >= 7",
|
|
|
|
"Explorer 11",
|
|
|
|
"last 4 Edge versions"
|
2018-12-22 10:11:09 -05:00
|
|
|
]
|
2017-10-22 05:28:38 -05:00
|
|
|
}
|
2018-12-22 10:11:09 -05:00
|
|
|
}]
|
2017-10-22 05:28:38 -05:00
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"react-hot-loader/babel",
|
2018-12-22 10:11:09 -05:00
|
|
|
"@babel/transform-runtime",
|
|
|
|
"@babel/proposal-class-properties",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
|
|
"@babel/syntax-dynamic-import",
|
2018-09-24 15:04:37 -05:00
|
|
|
"emotion"
|
2017-10-22 05:28:38 -05:00
|
|
|
]
|
|
|
|
},
|
2017-11-01 11:47:20 -05:00
|
|
|
"test": {
|
2018-12-22 10:11:09 -05:00
|
|
|
"presets": [["@babel/env", {
|
2018-04-08 14:05:32 -05:00
|
|
|
"targets": {
|
|
|
|
"node": "6.10"
|
|
|
|
}
|
2018-12-22 10:11:09 -05:00
|
|
|
}], "@babel/flow",
|
|
|
|
"@babel/react"],
|
2018-04-08 14:05:32 -05:00
|
|
|
"plugins": [
|
2018-12-22 10:11:09 -05:00
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
"@babel/plugin-proposal-object-rest-spread",
|
2018-09-24 15:04:37 -05:00
|
|
|
"babel-plugin-dynamic-import-node",
|
|
|
|
"emotion"
|
2018-04-08 14:05:32 -05:00
|
|
|
]
|
|
|
|
},
|
2017-10-22 05:28:38 -05:00
|
|
|
"registry": {
|
|
|
|
"presets": [
|
2018-12-22 10:11:09 -05:00
|
|
|
["@babel/env", {
|
2018-04-04 16:33:54 -05:00
|
|
|
"targets": {
|
|
|
|
"node": "6.10"
|
|
|
|
}
|
2018-12-22 10:11:09 -05:00
|
|
|
}], "@babel/flow"],
|
2017-10-22 05:28:38 -05:00
|
|
|
"plugins": [
|
2018-12-22 10:11:09 -05:00
|
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
|
|
"@babel/proposal-class-properties"
|
2017-10-22 05:28:38 -05:00
|
|
|
]
|
|
|
|
},
|
2018-04-08 14:05:32 -05:00
|
|
|
"registry-docker": {
|
|
|
|
"presets": [
|
2018-12-22 10:11:09 -05:00
|
|
|
["@babel/env", {
|
2018-04-08 14:05:32 -05:00
|
|
|
"targets": {
|
2018-06-05 16:08:24 -05:00
|
|
|
"node": "10"
|
2018-04-08 14:05:32 -05:00
|
|
|
}
|
2018-12-22 10:11:09 -05:00
|
|
|
}],
|
|
|
|
"@babel/flow"],
|
2018-06-05 16:08:24 -05:00
|
|
|
"plugins": [
|
2018-12-22 10:11:09 -05:00
|
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
|
|
"@babel/proposal-class-properties"
|
2018-06-05 16:08:24 -05:00
|
|
|
]
|
2017-06-25 13:13:39 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|