davidB / yuicompressor-maven-plugin

maven's plugin to compress (Minify / Ofuscate / Aggregate) Javascript files and CSS files using YUI Compressor
http://davidb.github.io/yuicompressor-maven-plugin/
GNU Lesser General Public License v2.1
122 stars 48 forks source link

Failed to execute goal net.alchim31.maven:yuicompressor-maven-plugin:1.5.1 compress failed #96

Closed HengqiXu closed 3 years ago

HengqiXu commented 4 years ago

当js代码中出现let时,用maven的package打包springboot项目会失败,无法压缩. 解决方法就是将let都换成var