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