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

Change the plugin to use ES modules instead of CommonJS #36

Closed sonkkeli closed 1 year ago

sonkkeli commented 1 year ago

This will enable combining the repos with Rollup to reduce the amount of duplicated code.

Note that after this, in order to publish the library, one needs to run npm run build command before the npm publish --registry <URL> command.