@adobe/helix-deploy-plugin-webpack
v1.0.15
Published
Helix Deploy - Plugin for Webpack
Maintainers
Keywords
Readme
Helix-Deploy plugin for webpack
Helix Deploy - Webpack Plugin
Status
Installation
$ npm install @adobe/helix-deploy-plugin-webpackUsage
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 installTest
$ npm testLint
$ npm run lint