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?
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.
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?