es6-css-minify
es6-css-minify copied to clipboard
Easily minify CSS and JavaScript in VS Code
When I created this extension for VS Code, there was only one other minify extension with a considerable userbase. Unfortunately that extension did not support the latest Javascript features at...
Hi Could you please give me an example of minifying multiple css and js into one css and js file I need the setting that is needed thank you so...
**Describe the bug** Error "unexpected token: punc (.)" when minifying JavaScript file which contains optional chaining (?.) syntax **To Reproduce** Steps to reproduce the behavior: 1. Create a JavaScript file...
**Describe the bug** Hello, I found a bug in the css part, when using pseudo class, all the spaces are removed inside the parenthesis. **To Reproduce** Steps to reproduce the...
Hi all I am trying to shorten this list "reserved": ["MW_Start","MW_inputClick","MW_Image","MW_buttonPressed","MW_inputClick","MW_changeMainSel","MW_changeImgSel"], with "keep_fnames": "/^MW_/", but I cant find the right regex format. How is the correct input? Mani
**Describe the bug** When trying to minify a JavaScript file where _logical OR assignments_ ([see MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_OR_assignment)) are used, Minify runs into an error ("Unexpected token: operator (=)") **To Reproduce** Steps...
This feature request is the result of [bug 87](https://github.com/olback/es6-css-minify/issues/87). _(When minifying a CSS file via Windows UNC path, optimization results in a simple CSS include rather than actual minification.)_ As...
**Describe the bug** _In Version 3.1.1:_ When I minify a CSS file, the minified file is just ``` @import url(
If I using privat properties in a class, the minifier crashing and I getting the following error message: [app.js]: [Errors]: 1 - Unexpected character '#' If I clearing the "privat"...
Please provide sample link to .uglifyrc settings