@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' })
]
}
更多
你可能也喜欢
- 3dhubs-node 中文文档教程
- @1xtension/util-number 中文文档教程
- @4kmarket/contract-addresses 中文文档教程
- @4wangyu/show 中文文档教程
- @_pearofducks/require-extension-hooks-vue 中文文档教程
- @abbit/verbose-eureka 中文文档教程
- @abcpros/bitcore-p2p-xec 中文文档教程
- @abdevs/discord.js-utils 中文文档教程
- @abeai/node-redis 中文文档教程
- @abrookins-redis/redis-sitesearch-frontend 中文文档教程