UNPKG

192 BPlain TextView Raw
1{
2 "presets": [
3 ["env", {
4 "targets": {
5 "browsers": ["last 2 versions"]
6 }
7 }],
8 "stage-0",
9 "react"
10 ],
11 "plugins": [
12 "transform-decorators-legacy"
13 ]
14}
\No newline at end of file