0.0.3 • Published 2 years ago

@jiakun-zhao/astro-html-minifier v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

A HTML minifier for Astro

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()],
})
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago