0.0.3 • Published 11 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months 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

11 months ago

0.0.2

1 year ago

0.0.1

1 year ago