awesome-webextension / webpack-target-webextension

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

fix: outputPath.replace is not a function #14

Closed Jack-Works closed 3 years ago

Jack-Works commented 3 years ago

⚠ I didn't test this. But I guess it should work.

close #13

cc @fregante

fregante commented 3 years ago

I tested the diff and the build now works, but I haven't verified that the code produced is correct as I'm still working on my build. Thanks for the quick PR!

crimx commented 3 years ago

Thanks for the PR!