Results 6 comments of Adam Beres-Deak

I think the actual problem is in the demo css files. They declare the @font-face with the wrong mime type. https://github.com/bdadam/OptimizedWebfontLoading/blob/master/build/fonts.woff2.css I'll take a deeper look in a few days....

Hey Dave, Thanks for your report. Actually it is not a bug in the module per se. Everything works as it was designed. What here happens is when you call...

`setTimeout` was also my first thought. But I think it would be a breaking change for the lib. But let's see. I hope I can come to this at the...

Hi @Mevrael, the main usecase for this plugin I have in mind is rather for other templating engines or libraries. E.g, Vue.js, Knockout.js or Handlebars work with plain HTML templates....

Unfortunately no. The `rollup-plugin-string` retrieves the whole text from the file and places it into the bundle. With this plugin I wanted to have HTML specific optimizations on the text...

This is because your example is not valid html. Custom tags cannot be self-closing, they always need a closing tag. A slash in the tag name is only allowed for...