awesome-webextension / webpack-target-webextension

WebExtension Target for Webpack 5. Supports code-splitting and HMR.
MIT License
46 stars 5 forks source link

Update WebExtHot.runtime.js #6

Closed Jack-Works closed 4 years ago

Jack-Works commented 4 years ago

If script-src: unsafe-eval is not set in dev mode, HMR will fail because eval error

crimx commented 4 years ago

Thanks for the PR! LGTM. Should I publish now?

Jack-Works commented 4 years ago

No hurry, thank you

crimx commented 4 years ago

I meant is it good to go? Do you have more PRs? I can wait if you want to.

Jack-Works commented 4 years ago

No more changes currently.. It's working well in our environment