Common components refactor #1
3 changed files with 1632 additions and 1419 deletions
3049
build/index.js
3049
build/index.js
File diff suppressed because it is too large
Load diff
|
@ -37,6 +37,7 @@
|
||||||
"keytar": "^4.0.3",
|
"keytar": "^4.0.3",
|
||||||
"localforage": "^1.5.0",
|
"localforage": "^1.5.0",
|
||||||
"npm": "^5.5.1",
|
"npm": "^5.5.1",
|
||||||
|
"proxy-polyfill": "^0.1.7",
|
||||||
"qrcode.react": "^0.7.2",
|
"qrcode.react": "^0.7.2",
|
||||||
"rc-progress": "^2.0.6",
|
"rc-progress": "^2.0.6",
|
||||||
"react": "^16.2.0",
|
"react": "^16.2.0",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
import jsonrpc from 'jsonrpc';
|
import jsonrpc from 'jsonrpc';
|
||||||
|
import 'proxy-polyfill';
|
||||||
|
|
||||||
const CHECK_DAEMON_STARTED_TRY_NUMBER = 200;
|
const CHECK_DAEMON_STARTED_TRY_NUMBER = 200;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue