0.1.0 • Published 4 years ago

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

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
4 years ago

@ianwalter/web-ext-webpack-plugin

A Webpack plugin for web-ext

About

Forked from hiikezoe/web-ext-webpack-plugin

webpack.config.js

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

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