Skip to content

Commit

Permalink
Attempt adding babel polyfill to desktop app
Browse files Browse the repository at this point in the history
  • Loading branch information
cronoh committed Jan 17, 2019
1 parent 6745e10 commit 9646e4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desktop-app/src/desktop-app.ts
@@ -1,3 +1,5 @@
import 'babel-polyfill';

import { app, BrowserWindow, shell, Menu, protocol, webFrame, ipcMain } from 'electron';
import { autoUpdater } from 'electron-updater';
import * as url from 'url';
Expand Down

0 comments on commit 9646e4f

Please sign in to comment.