snowpack-plugin-posthtml

Snowpack plugin for PostHTML

Usage no npm install needed!

<script type="module">
  import snowpackPluginPosthtml from 'https://cdn.skypack.dev/snowpack-plugin-posthtml';
</script>

README

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