ray-note/web/Vite 学习.md

3 lines
282 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

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请求数量避免页面加载性能劣化