Socket
Socket
Sign inDemoInstall

aem-clientlib-generator-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aem-clientlib-generator-webpack-plugin

Webpack plugin for generating AEM Client Libraries


Version published
Weekly downloads
630
increased by32.91%
Maintainers
1
Weekly downloads
 
Created
Source

AEM ClientLib Generator Webpack Plugin


Description

Plugin which integrates aem-clientlib-generator into your webpack setup.

Aem-clientlib-generator makes it possible to work in a single source code directory with a single frontend setup to create multiple AEM Client Libraries. Using configuration file you can control any property of Client Libraries (dependencies, embeds etc).

Installation

Use npm:

npm install aem-clientlib-generator-webpack-plugin

or yarn:

yarn add aem-clientlib-generator-webpack-plugin

Usage

Import the plugin in your webpack configuration file:

const AemClientlibGeneratorPlugin = require('aem-clientlib-generator-webpack-plugin');

And use within plugins property of the webpack configuration:

...
plugins: [
    ...,
    new AemClientlibGeneratorPlugin(),
],
...

AemClientlibGeneratorPlugin takes the same options as aem-clientlib-generator library, please refer to it's documentation.

If no options are provided within webpack configuration, plugin will look for a clientlib.config.js file.

Keywords

FAQs

Package last updated on 11 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc