1.0.8 • Published 3 years ago

webpack-crx v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

webpack-crx

pack chrome extensions

const WebpackCrx = require("webpack-crx");
new WebpackCrx({
              key: 'key.pem',
              src: 'build',
              dest: 'dist',
              name: 'outputfile'
          })

Options:

key (optional)

Path to pem key file. If no key is provided, a temp key will be generated for the packing process.

src

folder containing the extension files.

dest

destination output folder.

name

output file name

1.0.8

3 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago