Move marky to devDependency (#24258)
This commit is contained in:
parent
c0e87ad8ed
commit
ddb769f0b8
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ if (process.env.NODE_ENV === 'development') {
|
|||
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1331135
|
||||
performance.setResourceTimingBufferSize(Infinity);
|
||||
}
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
marky = require('marky');
|
||||
// allows us to easily do e.g. ReactPerf.printWasted() while debugging
|
||||
//window.ReactPerf = require('react-addons-perf');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue