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
Snowpack plugin for PostHTML
<script type="module">
import snowpackPluginPosthtml from 'https://cdn.skypack.dev/snowpack-plugin-posthtml';
</script>
Use PostHTML to transform your HTML files with Snowpack.
npm install --save-dev snowpack-plugin-posthtml
// snowpack.config.js
{
plugins: ['snowpack-plugin-posthtml']
}
None