Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 273 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 273 Bytes

snowpack-plugin-posthtml

Use PostHTML to transform your HTML files with Snowpack.

npm install --save-dev snowpack-plugin-posthtml
// snowpack.config.js
{
  plugins: ['snowpack-plugin-posthtml']
}

Plugin Options

None