This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-08-31 07:15:12 -07:00
|
|
|
{
|
2017-05-02 17:04:16 -07:00
|
|
|
"presets": [
|
|
|
|
"es2015",
|
|
|
|
"react",
|
|
|
|
[
|
|
|
|
"env",
|
|
|
|
{
|
|
|
|
"loose": true,
|
|
|
|
"modules": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
],
|
2016-11-13 04:13:36 -08:00
|
|
|
"plugins": [
|
2017-05-02 17:04:16 -07:00
|
|
|
"transform-react-jsx-source",
|
|
|
|
"transform-react-jsx-self",
|
2016-11-13 04:13:36 -08:00
|
|
|
"transform-decorators-legacy",
|
2017-05-02 17:04:16 -07:00
|
|
|
"transform-object-rest-spread",
|
|
|
|
[
|
|
|
|
"react-intl",
|
|
|
|
{
|
|
|
|
"messagesDir": "./build/messages"
|
|
|
|
}
|
|
|
|
]
|
2016-11-13 04:13:36 -08:00
|
|
|
]
|
2016-08-31 07:15:12 -07:00
|
|
|
}
|