UNPKG

214 BPlain TextView Raw
1{
2 "plugins": ["@babel/plugin-proposal-class-properties"],
3 "presets": [
4 [
5 "@babel/preset-env",
6 {
7 "useBuiltIns": "entry",
8 "corejs": 3
9 }
10 ],
11 "@babel/preset-react"
12 ]
13}
\No newline at end of file