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:
@@ -34,6 +34,7 @@ if (process.env.NODE_ENV !== 'production') {
|
||||
global.Perf = require('react-addons-perf');
|
||||
}
|
||||
|
||||
import './modernizr';
|
||||
import ReactDOM from 'react-dom';
|
||||
import sdk from 'matrix-react-sdk';
|
||||
import PlatformPeg from 'matrix-react-sdk/lib/PlatformPeg';
|
||||
|
||||
Reference in New Issue
Block a user