@ccarruitero/web-ext-webpack-plugin

0.1.0 • Public • Published

web-ext-webpack-plugin

A webpack plugin for web-ext

Install

npm i -D @ccarruitero/web-ext-webpack-plugin

Usage

In your webpack.config.js

const WebExtWebpackPlugin = require('@ccarruitero/web-ext-webpack-plugin');

module.exports = {
  // ...
  plugins: [
    // ...
    new WebExtWebpackPlugin(webExtOptions)
  ]
}

Options

This plugin accepts same web-ext available option. Take a look into web-ext command reference.

Package Sidebar

Install

npm i @ccarruitero/web-ext-webpack-plugin

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

4.28 kB

Total Files

7

Last publish

Collaborators

  • ccarruitero