xpl/crx-hotreload

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

iamogbz opened this issue ยท 2 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!

xpl commented

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 ?