birtles / web-ext-webpack-plugin

A webpack plugin for web-ext

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-ext-webpack-plugin

A webpack plugin for web-ext

webpack.config.js

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

module.exports = {
  plugins: [
    new WebExtWebpackPlugin({ sourceDir: './extension-dist' })
  ]
}

About

A webpack plugin for web-ext


Languages

Language:JavaScript 100.0%