AKAnil kumarinanilkumarum.hashnode.dev·Dec 7, 2022 · 2 min readEasiest way to add HMR in your chrome extensionWhen we try to build Chrome extension,we notice that Chrome doesn't auto-reload our extension. We need to reload our extension and also tab. In popup window, we need to close popup window then re-open window to view change. This is time consuming and...00
AKAnil kumarinanilkumarum.hashnode.dev·Dec 7, 2022 · 2 min read3 ways to add npm package in Chrome extension.When you try to add npm packages in Chrome extension. Chrome extension show error Import path must start with ./ or / You may think then how does node.js find packages' path ?? When you run npm command. NPM replace package name with real path. You ne...00