crx-webpack-plugin

0.1.6 • Public • Published

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)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.6
    27
    • latest

Version History

Package Sidebar

Install

npm i crx-webpack-plugin

Weekly Downloads

27

Version

0.1.6

License

none

Unpacked Size

4.65 kB

Total Files

4

Last publish

Collaborators

  • johnagan