0.1.8 • Published 5 years ago

crx-webpack-plg v0.1.8

Weekly downloads
9
License
-
Repository
github
Last release
5 years ago

Crx Builder for webpack (fixed for NodeJs10)

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

Usage

var Crx = require("crx-webpack-plg");
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)