21 lines
341 B
Plaintext
21 lines
341 B
Plaintext
{
|
|
"presets": [
|
|
"react",
|
|
"env"
|
|
],
|
|
"plugins": [
|
|
"lodash",
|
|
"transform-decorators-legacy",
|
|
"transform-es2015-destructuring",
|
|
"transform-object-rest-spread",
|
|
"transform-regenerator",
|
|
"transform-class-properties"
|
|
],
|
|
"env": {
|
|
"development": {
|
|
"presets": [
|
|
"react-hmre"
|
|
]
|
|
}
|
|
}
|
|
} |