@leo60228/web-ext-webpack-plugin
v1.0.1
Published
A webpack plugin for web-ext
Maintainers
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' })
]
}