3 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...
anilkumarum.hashnode.dev2 min read