0.1.0 • Published 4 years ago

@ccarruitero/web-ext-webpack-plugin v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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.