modernweb-dev / web

Guides, tools and libraries for modern web development.
https://modern-web.dev
MIT License
2.23k stars 297 forks source link

Use rollup-plugin-html with @rollup/plugin-typescript #1948

Open MelonCola opened 2 years ago

MelonCola commented 2 years ago

When trying to use rollup-plugin-html with @rollup/plugin-typescript, the typescript files referenced with script tags don't get transformed at all. Is there a proper way to make these plugins work together?

Snapstromegon commented 1 year ago

I stumbled upon this today too. Sad that an issue like this gets ignored for nearly a year by now. Maybe I have to use a different bundling system for now.