@abdullah2993/web-ext-webpack-plugin 中文文档教程
web-ext-webpack-plugin
用于 web-ext
webpack.config.js的 webpack 插件
const WebExtWebpackPlugin = require('web-ext-webpack-plugin');
module.exports = {
plugins: [
new WebExtWebpackPlugin({ sourceDir: './extension-dist' })
]
}
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' })
]
}