mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove redundant whatwg import
This has been rewritten to use browser-request rather than whatwg, so remove the import, which was causing the build to fail on npm 2. (It worked, for the wrong reasons, on npm 3.)
This commit is contained in:
parent
3934e37f77
commit
042a6b58c4
@ -16,7 +16,6 @@
|
||||
|
||||
import React from 'react';
|
||||
import sdk from 'matrix-react-sdk';
|
||||
import 'whatwg-fetch';
|
||||
import request from 'browser-request';
|
||||
|
||||
const REPOS = ['vector-im/vector-web', 'matrix-org/matrix-react-sdk', 'matrix-org/matrix-js-sdk'];
|
||||
|
Loading…
Reference in New Issue
Block a user