这是indexloc提供的服务,不要输入任何密码
Skip to content

Vanco-Mycen/web-ext-webpack-plugin

 
 

Repository files navigation

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

About

A webpack plugin for web-ext

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%