You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

minify-html-literals-loader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minify-html-literals-loader

Webpack loader wrapper of minify-html-literals

1.0.2
Source
npmnpm
Version published
Maintainers
1
Created
Source

minify-html-literals-loader

Webpack loader wrapper of minify-html-literals

Installation

npm install minify-html-literals-loader --save-dev

Usage

module: {
  rules: [{
    test: /\.(js|jsx|ts|tsx)$/,
    use: [
      {
        loader: 'minify-html-literals-loader'
      }
    ]
  }]
}

Options are passed to minify-html-literals as described here.

Keywords

minify

FAQs

Package last updated on 25 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