diff options
Diffstat (limited to 'electron/.compilerc')
| -rw-r--r-- | electron/.compilerc | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/electron/.compilerc b/electron/.compilerc deleted file mode 100644 index 7bfc1b6c..00000000 --- a/electron/.compilerc +++ /dev/null @@ -1,42 +0,0 @@ -{ - "env": { - "development": { - "application/javascript": { - "presets": [ - [ - "env", - { - "targets": { - "electron": "4.0" - } - } - ], - "react" - ], - "plugins": [ - "transform-async-to-generator" - ], - "sourceMaps": "inline" - } - }, - "production": { - "application/javascript": { - "presets": [ - [ - "env", - { - "targets": { - "electron": "4.0" - } - } - ], - "react" - ], - "plugins": [ - "transform-async-to-generator" - ], - "sourceMaps": "none" - } - } - } -} |
