rsbuild-plugin-check-syntax
rsbuild-plugin-check-syntax copied to clipboard
When minify: false is configured, the message Find some syntax that does not match "ecmaVersion <= 5": #15 is displayed
当我构建时配置
output: { minify: false, }
同一个项目,构建时就会提示Find some syntax that does not match "ecmaVersion <= 5",可以是如果不配置minify, 构建就是成功的,没有发现 ES6 语法,为什么呢?压缩为什么对这个插件的结果有影响呢?
Hi, can you provide an reproduction repo?