27 lines
394 B
Plaintext
Executable File
27 lines
394 B
Plaintext
Executable File
{
|
|
"presets": [
|
|
[
|
|
"env",
|
|
{
|
|
"targets": {
|
|
"browsers": ["last 2 versions", "ie 11"]
|
|
}
|
|
}
|
|
],
|
|
"babel-preset-react"
|
|
],
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
"transform-class-properties"
|
|
],
|
|
"env": {
|
|
"i18n": {
|
|
"plugins": [
|
|
["react-intl", {
|
|
"messagesDir": "./temp"
|
|
}]
|
|
]
|
|
}
|
|
}
|
|
}
|