blob: 7949c034d875fe8f250d5d50f0780808f3e421b7 [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001{
svishnev9f25b3b2018-01-24 12:14:59 +02002 "presets": [["env", {
3 "targets": {
4 "browsers": ["last 2 versions", "Firefox >= 47"]
5 }
6 }], "react"],
Michael Landoefa037d2017-02-19 12:57:33 +02007 "plugins": [
Michael Landoefa037d2017-02-19 12:57:33 +02008 "transform-object-rest-spread",
AviZi280f8012017-06-09 02:39:56 +03009 "transform-class-properties",
svishnevd3886bb2018-01-08 15:21:46 +020010 "transform-runtime",
andre.schmid634f5612022-09-15 16:15:13 +010011 "transform-decorators-legacy"
AviZi280f8012017-06-09 02:39:56 +030012 ],
13 "sourceMap": "inline"
Michael Landoefa037d2017-02-19 12:57:33 +020014}