1.0.1 • Published 4 months ago
@adobe/helix-deploy-plugin-webpack v1.0.1
Helix-Deploy plugin for webpack
Helix Deploy - Webpack Plugin
Status
Installation
$ npm install @adobe/helix-deploy-plugin-webpack
Usage
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 ...
Development
Build
$ npm install
Test
$ npm test
Lint
$ npm run lint