xpl / crx-hotreload

Chrome Extension Hot Reloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make hot-reload `import`able from the npm package

iamogbz opened this issue Β· comments

Make it importable from the NPM module, as it's suggested here.

Tested this and it worked! πŸŽ‰

import "crx-hotreload";

I think the Readme can be updated!

Thank you for the feedback! I'll make changes.

is there a place where i need to

import "crx-hotreload" ?

or every folder is the same ? Could you please more specific about this step ?