2016-08-31 16:15:12 +02:00
|
|
|
{
|
2017-05-03 02:04:16 +02:00
|
|
|
"presets": [
|
|
|
|
"react",
|
|
|
|
[
|
|
|
|
"env",
|
|
|
|
{
|
|
|
|
"loose": true,
|
2017-05-06 21:25:26 +02:00
|
|
|
"targets": {
|
|
|
|
"browsers": ["last 2 versions", "IE >= 11", "iOS >= 9"]
|
|
|
|
}
|
2017-05-03 02:04:16 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
],
|
2016-11-13 13:13:36 +01:00
|
|
|
"plugins": [
|
2017-05-07 02:42:38 +02:00
|
|
|
"syntax-dynamic-import",
|
2017-05-03 02:04:16 +02:00
|
|
|
"transform-object-rest-spread",
|
|
|
|
[
|
|
|
|
"react-intl",
|
|
|
|
{
|
|
|
|
"messagesDir": "./build/messages"
|
|
|
|
}
|
|
|
|
]
|
2017-05-06 04:18:23 +02:00
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"development": {
|
|
|
|
"plugins": [
|
|
|
|
"transform-react-jsx-source",
|
|
|
|
"transform-react-jsx-self"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"production": {
|
|
|
|
"plugins": [
|
|
|
|
"lodash"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2016-08-31 16:15:12 +02:00
|
|
|
}
|