Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

crx-webpack-plugin

johnagan1240.1.6

A webpack plugin to package chrome extensions (crx) post build

webpack, plugin, chrome, crx

readme

Crx Builder for webpack

A webpack plugin to package chrome extensions (crx) post build

Usage

var Crx = require("crx-webpack-plugin");
module.exports = {
  plugins: [
    new Crx({
      keyFile: 'key.pem',
      contentPath: 'build',
      outputPath: 'dist',
      name: 'chrome-ext'
    })
  ]
}

License

MIT (http://www.opensource.org/licenses/mit-license.php)