摘要: 1. 传统webpack工具从入口文件开始打包,生成的bundle.js内部带有模块系统。 2. vite直接使用esmodule,浏览器内部自带的高效模块系统,直接加载,所以速度快。 阅读全文
posted @ 2021-02-19 12:00 hh9515 阅读(246) 评论(0) 推荐(0) 编辑
摘要: https://web.dev/ https://bundlers.tooling.report/ https://developers.google.com/web https://developer.chrome.com/ 阅读全文
posted @ 2021-02-19 11:58 hh9515 阅读(53) 评论(0) 推荐(0) 编辑