2018-07-12 11:50:47 +02:00
|
|
|
{
|
|
|
|
"presets": [
|
2018-11-08 15:43:06 +01:00
|
|
|
[
|
|
|
|
"@babel/env",
|
|
|
|
{
|
|
|
|
"modules": false,
|
|
|
|
"targets": {
|
|
|
|
"browsers": [
|
|
|
|
"> 1%",
|
|
|
|
"Chrome >= 50",
|
|
|
|
"IE >= 11",
|
|
|
|
"Edge >= 14",
|
|
|
|
"Firefox >= 50",
|
|
|
|
"Opera >= 40",
|
|
|
|
"Safari >= 8",
|
|
|
|
"iOS >= 8"
|
|
|
|
],
|
|
|
|
"uglify": true
|
|
|
|
},
|
|
|
|
"forceAllTransforms": true,
|
|
|
|
"useBuiltIns": "entry"
|
|
|
|
}
|
|
|
|
]
|
2018-07-12 11:50:47 +02:00
|
|
|
],
|
|
|
|
"plugins": [
|
2018-11-08 15:43:06 +01:00
|
|
|
"@babel/plugin-transform-destructuring",
|
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
|
|
{
|
|
|
|
"useBuiltIns": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@babel/plugin-transform-runtime",
|
|
|
|
{
|
|
|
|
"helpers": false,
|
|
|
|
"regenerator": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@babel/plugin-transform-regenerator",
|
|
|
|
{
|
|
|
|
"async": false
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
{
|
|
|
|
"loose": true
|
|
|
|
}
|
|
|
|
]
|
2018-07-12 11:50:47 +02:00
|
|
|
]
|
|
|
|
}
|