From c8e0fa9c97d276a917996627f163c267783e9411 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 8 Mar 2024 04:13:36 +0000 Subject: Mark bundle start time on web (#3147) * Mark bundle start time on web * TS --- index.web.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'index.web.js') diff --git a/index.web.js b/index.web.js index 4dee831cd..962373451 100644 --- a/index.web.js +++ b/index.web.js @@ -1,3 +1,5 @@ +import '#/platform/markBundleStartTime' + import '#/platform/polyfills' import {registerRootComponent} from 'expo' import {doPolyfill} from '#/lib/api/api-polyfill' -- cgit 1.4.1