blob: 054d6c70b763fca7f30c8a772a1489597d605f3d [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",
svishnev1eb66b72018-01-11 14:39:45 +020011 "transform-decorators-legacy",
svishnev1eb66b72018-01-11 14:39:45 +020012 "react-hot-loader/babel"
AviZi280f8012017-06-09 02:39:56 +030013 ],
14 "sourceMap": "inline"
Michael Landoefa037d2017-02-19 12:57:33 +020015}