© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Chaim Lev-Ari
JS
Are you doing somewhere import "window" or require("window")? I think webpack calls modules only to files you are importing...
VignesH KumaR
Senior FrontEnd Dev @ Freshworks Inc.,
No. I am not doing import / require 'window'. I am just directly accessing the value from the window object like 'window.bridge'. That's all.