🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

chrome-extension-archive-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-extension-archive-webpack-plugin

Chrome Extension archive plugin for Webpack

npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

chrome-extension-archive-webpack-plugin

Create Chrome Extension archive for submitting to Chrome Web Store

Installation

npm i --save-dev html-webpack-plugin
yarn add --dev html-webpack-plugin

Options

NameTypeDefaultDescription
algorithmstringzipThe compression algorithm
filenamestringdirectory optionName of the archive
directorystringundefinedPath to the target directory
tostring.Output path

Usage

Basic

import {ChromeExtensionArchiveWebpackPluginOptions} from 'chrome-extension-archive-webpack-plugin'

modules.exports = {
    plugins: [
        new ChromeExtensionArchiveWebpackPluginOptions({
            directory: 'build'
        })
    ]
}

License

MIT

Keywords

obfuscation

FAQs

Package last updated on 02 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts