es6-css-minify
es6-css-minify copied to clipboard
Problem with "#" marked private class properties
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" option the minifier work properly.