Rename ReactPerf to Perf

As this makes it work out of the box with react-perf chrome
extension (which doesn't do a whole lot other than save you having
to remember the commands, but is still quite nice).
pull/3535/head
David Baker 2017-03-29 10:38:46 +01:00
parent c72a49d229
commit a3040e22d3
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ rageshake.init().then(() => {
// access via the console // access via the console
global.React = require("react"); global.React = require("react");
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
global.ReactPerf = require("react-addons-perf"); global.Perf = require("react-addons-perf");
} }
var RunModernizrTests = require("./modernizr"); // this side-effects a global var RunModernizrTests = require("./modernizr"); // this side-effects a global