Transforms HTML files to support the HTML modules proposal, which enables
importing HTML into JavaScript modules.
This plugin enables HTML module support in Vite by transforming HTML files
that are imported with a {type: 'html'} attribute into JavaScript modules
that export DOM nodes.
Transforms HTML files to support the HTML modules proposal, which enables importing HTML into JavaScript modules.
This plugin enables HTML module support in Vite by transforming HTML files that are imported with a
{type: 'html'}
attribute into JavaScript modules that export DOM nodes.