blob: 76f4b8286752d43a9d753c439df16a0b545cdb87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"presets": [["es2015", { "modules": false }],"stage-0", "react"],
"plugins": [
"transform-es2015-modules-commonjs",
"transform-es2015-destructuring",
"transform-es2015-spread",
"transform-object-rest-spread",
"transform-class-properties",
"transform-runtime"
],
"sourceMap": "inline"
}
|