@abdullah2993/web-ext-webpack-plugin

A webpack plugin for web-ext

Usage no npm install needed!

<script type="module">
  import abdullah2993WebExtWebpackPlugin from 'https://cdn.skypack.dev/@abdullah2993/web-ext-webpack-plugin';
</script>

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