This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
- 预构建
- 把非ESM模式的代码。转换成ESM格式,在浏览器通过`<script type="module"></script>` 的方式能正确加载
- 打包第三方库的代码,将各个第三方库的分散文件合并到一起,减少HTTP请求数量,避免页面加载性能劣化