0.1.6 • Published 3 years ago

crx-webpack-plugin v0.1.6

Weekly downloads
569
License
-
Repository
github
Last release
3 years ago

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)

0.1.6

3 years ago

0.1.5

7 years ago

0.1.4

8 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago