Issue
I have been creating a couple of webpages using three.js recently. When I inspect what's being downloaded in Chrome I see a file named installHook.js. I have searched here on SO and other corners of the internet but can't find out what it is (possibly it is linked to React but I don't use that). Does anyone know what it is and if I can somehow remove it as it is the largest resource being downloaded?
If I follow the link I get to this file
Strange thing is that I see this both for sites using web pack and sites who don´t.
Solution
In my case, installHook.js comes from the React Dev Tools Chrome extension. You don't need to worry about this as it does not affect the performance of the application for end users.
Screenshot: some code of the installHook.js
Answered By - Hryhorii Khyzhniakov
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.