matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.97k stars 309 forks source link

Tools error when using Const and Let #332

Open shiroze opened 4 years ago

shiroze commented 4 years ago

I wan to minify my js when using const it show error in my code

matthiasmullie commented 3 years ago

Do you have an example code snippet that fails?