forked from matrix/element-web
Put back modernizr import
In a way that hopefully makes the linter happy and makes it implicit that it's side-effecting a global.
This commit is contained in:
parent
1dfaf70562
commit
704a599811
|
@ -34,6 +34,7 @@ if (process.env.NODE_ENV !== 'production') {
|
||||||
global.Perf = require('react-addons-perf');
|
global.Perf = require('react-addons-perf');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
import './modernizr';
|
||||||
import ReactDOM from 'react-dom';
|
import ReactDOM from 'react-dom';
|
||||||
import sdk from 'matrix-react-sdk';
|
import sdk from 'matrix-react-sdk';
|
||||||
import PlatformPeg from 'matrix-react-sdk/lib/PlatformPeg';
|
import PlatformPeg from 'matrix-react-sdk/lib/PlatformPeg';
|
||||||
|
|
Loading…
Reference in New Issue