UNPKG

321 BPlain TextView Raw
1{
2 "plugins": [
3 "@babel/plugin-proposal-object-rest-spread"
4 ],
5 "presets": [
6 "@babel/preset-react",
7 [
8 "@babel/preset-env",
9 {
10 "targets": {
11 "browsers": [
12 "ie >= 11"
13 ]
14 }
15 }
16 ]
17 ]
18}