GoogleChromeLabs / webbundle-plugins

A Webpack plugin for generating Web Bundles output.
https://www.npmjs.com/package/webbundle-webpack-plugin
Apache License 2.0
59 stars 11 forks source link

Add support for relative URLs #13

Closed reillyeon closed 2 years ago

reillyeon commented 2 years ago

More recent versions of the Web Bundle encoder support exchanges with relative URLs. This change fixes the logic for handling the base URL and index.html files to match that in gen-bundle and the wbn command line tool.

irori commented 2 years ago

Thanks!