UNPKG

292 BPlain TextView Raw
1{
2 "presets": [
3 ["env", {
4 "modules": "umd"
5 }],
6 "stage-0",
7 ],
8 "plugins": [
9 "array-includes",
10 ["transform-es2015-for-of", {"loose": true}],
11 "object-entries-and-values-to-object-keys"
12 ],
13 "env": {
14 "production": {
15 "presets": ["babili"]
16 }
17 }
18}