blob: 76f4b8286752d43a9d753c439df16a0b545cdb87 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001{
AviZi280f8012017-06-09 02:39:56 +03002 "presets": [["es2015", { "modules": false }],"stage-0", "react"],
Michael Landoefa037d2017-02-19 12:57:33 +02003 "plugins": [
4 "transform-es2015-modules-commonjs",
5 "transform-es2015-destructuring",
6 "transform-es2015-spread",
7 "transform-object-rest-spread",
AviZi280f8012017-06-09 02:39:56 +03008 "transform-class-properties",
9 "transform-runtime"
10 ],
11 "sourceMap": "inline"
Michael Landoefa037d2017-02-19 12:57:33 +020012}