2018-07-12 11:50:47 +02:00
|
|
|
{
|
|
|
|
"presets": [
|
|
|
|
["env", {
|
|
|
|
"modules": false,
|
|
|
|
"targets": {
|
2018-08-06 16:53:43 +02:00
|
|
|
// See config/browser.rb
|
|
|
|
"browsers": [
|
|
|
|
"> 1%",
|
|
|
|
"Chrome 40",
|
|
|
|
"IE 11",
|
|
|
|
"Edge 12",
|
|
|
|
"Firefox 45",
|
|
|
|
"Safari 8",
|
|
|
|
"iOS 8"
|
|
|
|
],
|
2018-07-12 11:50:47 +02:00
|
|
|
"uglify": true
|
|
|
|
},
|
|
|
|
"useBuiltIns": true
|
|
|
|
}]
|
|
|
|
],
|
|
|
|
|
|
|
|
"plugins": [
|
|
|
|
"syntax-dynamic-import",
|
|
|
|
"transform-object-rest-spread",
|
|
|
|
["transform-class-properties", { "spec": true }]
|
|
|
|
]
|
|
|
|
}
|