mirror of https://github.com/status-im/metro.git
[events] Add JS require time and fix up some existing logs
This commit is contained in:
parent
95800d1564
commit
693fd0bbe5
|
@ -1,2 +1,5 @@
|
|||
/* eslint global-strict:0 */
|
||||
__DEV__ = false;
|
||||
|
||||
/* global __BUNDLE_START_TIME__:true */
|
||||
__BUNDLE_START_TIME__ = Date.now();
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
/* eslint global-strict:0 */
|
||||
__DEV__ = true;
|
||||
|
||||
/* global __BUNDLE_START_TIME__:true */
|
||||
__BUNDLE_START_TIME__ = Date.now();
|
||||
|
|
Loading…
Reference in New Issue