パッケージの詳細

@abdullah2993/web-ext-webpack-plugin

hiikezoe112MPL-2.01.1.1

A webpack plugin for web-ext

web, extensions, web extensions, firefox

readme

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' })
  ]
}