0.1.5 • Published 5 years ago
@netsells/crx-webpack-plugin v0.1.5
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
0.1.5
5 years ago