UNPKG

295 BPlain TextView Raw
1{
2 "presets": [
3 ["env", {
4 "modules": false,
5 "targets": {
6 "spec":true,
7 "node": "current",
8 "browsers": "last 3 versions"
9 },
10 "production": {
11 "presets": ["minify"]
12 }
13 }]
14 ],
15 "plugins": ["transform-async-generator-functions"]
16}
\No newline at end of file