Closed xFeny closed 1 month ago
Please provide the project files to reproduce this issue.
我是在代码中import beautifyJS from "js-beautify";
在vite.config.js配置externalGlobals 打包后浏览器就提示报错
the exportVarName of js-beautify
is beautifier
- cdn.unpkg("js-beautify", "xxx")
+ cdn.unpkg("beautifier", "xxx")
使用了js-beautify,配置externalGlobals打包后报错 这种情况该如何解决