UNPKG

567 BPlain TextView Raw
1{
2 "presets": [
3 [
4 "@babel/preset-env",
5 {
6 "modules": "commonjs"
7 }
8 ]
9 ],
10 "plugins": [
11 "@babel/plugin-proposal-class-properties",
12 "@babel/plugin-proposal-object-rest-spread",
13 [
14 "@babel/plugin-transform-runtime",
15 {
16 "absoluteRuntime": false,
17 "corejs": 3,
18 "helpers": true,
19 "regenerator": true,
20 "useESModules": false
21 }
22 ],
23 "istanbul"
24 ]
25}
\No newline at end of file