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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue