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