29 lines
570 B
Plaintext
29 lines
570 B
Plaintext
{
|
|
"presets": [
|
|
"react"
|
|
// "stage-1"
|
|
],
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
"transform-do-expressions",
|
|
"transform-object-rest-spread",
|
|
"transform-es2015-destructuring"
|
|
// "transform-es2015-modules-commonjs",
|
|
// "transform-es2015-parameters",
|
|
// "transform-runtime"
|
|
// ],
|
|
// "env": {
|
|
// "production": {
|
|
// "presets": [
|
|
// "es2015",
|
|
// "react"
|
|
// ],
|
|
// "plugins": [
|
|
// "transform-class-properties",
|
|
// "transform-do-expressions",
|
|
// "transform-object-rest-spread",
|
|
// "transform-runtime"
|
|
]
|
|
// }
|
|
// }
|
|
} |