WebCompiler
WebCompiler copied to clipboard
Add support for extension based configuration.
Description
This would allow to start using the extension with existing projects without need to go over each file and add it to compiler config files. Main reason for this is using the extension with scss for Blazor components, where I would like to avoid adding each razor.scss file to config.
Hi @failwyn, I've created PR at the same time as this issue. When you get some free time please let me know if it makes sense.