WebCompiler icon indicating copy to clipboard operation
WebCompiler copied to clipboard

Visual Studio extension for compiling LESS and Sass files

Results 46 WebCompiler issues
Sort by recently updated
recently updated
newest added

Hello and thanks for maintaining this project. I have two issues for which I can't find a solution: 1. CSS bundles (both minified and only bundled versions) get regenerated -...

When trying to minify a js that is over 100KB there is a warning from babel: Warning [BABEL] Note: The code generator has deoptimised the styling of "path/to/file" as it...

enhancement

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

enhancement
PR Welcome

This is to address feature request I've created #96. ### Behavior Once extension is added to config file then all the files with that extension are compiled without need for...

### Installed product versions - Visual Studio: 2022 community - This extension: 1.14.11 ### Description Getting syntax error when trying to compile nullish coalescing assignment (??=). ### Steps to recreate...

bug

### Installed product versions - Visual Studio: Microsoft Visual Studio Enterprise 2022 (64-bit) - This extension: 1.14.11 ### Description The minifier removes the unit "fr" when the value is 0....

### Installed product versions - Visual Studio: Professional 2022 Preview (17.9.0 Preview 2.0) - This extension: 1.14.11 ### Description I haven't determined any cause, just randomly I'll get notified by...

### Installed product versions - Visual Studio: 2022 - This extension: 1.14.2 ### Description When I have a less files in another location and "add an item as link", Webcompiler...

The version of the extension is 1.14.11, but the Nuget version is 1.14.10 - so we end up with 2 folders `%localappdata%\temp\WebCompiler1.xx` Could you publish an update to Nuget for...

### Installed product versions - Visual Studio: 2022 - This extension: 1.14.11 ### Description When I compile .js files, they automatically compile to a .es5.js and .es5.js.gz file. Is there...