@abdullah2993/web-ext-webpack-plugin
v1.1.1
Published
A webpack plugin for web-ext
Downloads
13
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' })
]
}