Skip to content

Commit 704a599

Browse files
committed
Put back modernizr import
In a way that hopefully makes the linter happy and makes it implicit that it's side-effecting a global.
1 parent 1dfaf70 commit 704a599

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vector/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ if (process.env.NODE_ENV !== 'production') {
3434
global.Perf = require('react-addons-perf');
3535
}
3636

37+
import './modernizr';
3738
import ReactDOM from 'react-dom';
3839
import sdk from 'matrix-react-sdk';
3940
import PlatformPeg from 'matrix-react-sdk/lib/PlatformPeg';

0 commit comments

Comments
 (0)