Kuka Radovan
Kuka Radovan
Please, let us at least know if support of Vite is being considered or not.
Hi @andrewhughes101, thank you for your reply. I have the same result also with the new version. Please, can you provide your `tsconfig.json` file for that example? Thank you.
I don't understand, why I am getting `health.HealthChecker is not a constructor` error... My `tsconfig.json` looks the same. I have specific situation with that, I am trying to use that...
@drdreo Did you have time to look at this issue?
I really would love to, but I am booked out for few weeks and I will need this pretty much. I would appreciate if you could fix that issue. If...
I escaped it the same like you, but in custom `webpack-loader` which I use before `lit-scss-loader`
This is it, but it solves our specific case... it is not supposed to be generic solution ```js module.exports = function(source) { const regex = /content: ["|']((?:\\\w+\s*)+)+["|']/gi; let match; let...