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