blob: 378bcda37d373776b56e5547edd491e5169e668e [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001{
svishnev1eb66b72018-01-11 14:39:45 +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",
12 "transform-runtime",
13 "react-hot-loader/babel"
AviZi280f8012017-06-09 02:39:56 +030014 ],
15 "sourceMap": "inline"
Michael Landoefa037d2017-02-19 12:57:33 +020016}