web icon indicating copy to clipboard operation
web copied to clipboard

[rollup-plugin-html] No clearly documented / easy way to ignore modules

Open wlinna opened this issue 1 year ago • 0 comments

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.

wlinna avatar Feb 01 '24 16:02 wlinna