New:Socket for Asana Is Now Available.Learn more
Get Started

@jiakun-zhao/astro-html-minifier

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@jiakun-zhao/astro-html-minifier

A HTML minifier for Astro

unpublished
latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

A HTML minifier for Astro

  • html-minifier
  • fast-glob

Install

pnpm i -D @jiakun-zhao/astro-html-minifier

Usage

// astro.config.ts

import { defineConfig } from 'astro/config'
import HtmlMinifier from '@jiakun-zhao/astro-html-minifier'

export default defineConfig({
  integrations: [HtmlMinifier()],
})

FAQs

Package last updated on 01 Jun 2023

Related posts