webpack-crx

1.0.8 • Public • Published

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

/webpack-crx/

    Package Sidebar

    Install

    npm i webpack-crx

    Weekly Downloads

    25

    Version

    1.0.8

    License

    MIT

    Unpacked Size

    4.01 kB

    Total Files

    4

    Last publish

    Collaborators

    • galshilo