Helix Deploy - Webpack Plugin
$ npm install @adobe/helix-deploy-plugin-webpack
This plugin replaces the formerly built-in support in @adobe/helix-deploy for webpack bundles. To use it, specify the plugin name and CommonJS output format on the command line as follows:
$ npx hedy --plugin=@adobe/helix-deploy-plugin-webpack --esm=false ...
$ npm install
$ npm test
$ npm run lint