You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
当我构建时配置 output: { minify: false, }
同一个项目,构建时就会提示Find some syntax that does not match "ecmaVersion <= 5",可以是如果不配置minify, 构建就是成功的,没有发现 ES6 语法,为什么呢?压缩为什么对这个插件的结果有影响呢?
The text was updated successfully, but these errors were encountered:
chenjiahan
changed the title
当配置minify: false 构建产物,提示Find some syntax that does not match "ecmaVersion <= 5":
When minify: false is configured, the message Find some syntax that does not match "ecmaVersion <= 5": #15 is displayed
Jan 22, 2025
当我构建时配置
output: { minify: false, }
同一个项目,构建时就会提示Find some syntax that does not match "ecmaVersion <= 5",可以是如果不配置minify, 构建就是成功的,没有发现 ES6 语法,为什么呢?压缩为什么对这个插件的结果有影响呢?
The text was updated successfully, but these errors were encountered: