blob: a902be2cfcb68bc97f424172719d9ef107572a7a [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",
svishnevd3886bb2018-01-08 15:21:46 +02009 "transform-runtime",
10 "transform-decorators-legacy"
AviZi280f8012017-06-09 02:39:56 +030011 ],
12 "sourceMap": "inline"
Michael Landoefa037d2017-02-19 12:57:33 +020013}