UNPKG

537 BPlain TextView Raw
1{
2 "env": {
3 "development": {
4 "application/javascript": {
5 "presets": [
6 ["env", { "targets": { "electron": "1.4" } }],
7 "react"
8 ],
9 "plugins": ["transform-async-to-generator"],
10 "sourceMaps": "inline"
11 }
12 },
13 "production": {
14 "application/javascript": {
15 "presets": [
16 ["env", { "targets": { "electron": "1.4" } }],
17 "react"
18 ],
19 "plugins": ["transform-async-to-generator"],
20 "sourceMaps": "none"
21 }
22 }
23 }
24}