web
web copied to clipboard
[rollup-plugin-html] No clearly documented / easy way to ignore modules
Problem: there's no documented way to prevent rollup-plugin-html from reading modules from an HTML file and bundling them. The module is processed even if I remove the module in transformHtml.
Proposal: run transformHtml before bundling or even better, introduce an option that lets users prevent the bundling logic from running.