参考链接 👍6 Activity Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment AssigneesNo one assigned Labels 工程化 TypeNo type ProjectsNo projects MilestoneNo milestone RelationshipsNone yet DevelopmentNo branches or pull requests Issue actionsFooter...
1. 用Webpack+Babel将所有模块打包成一个文件同步加载,也可以打成多个chunk异步加载; 2. 用SystemJS+Babel主要是分模块异步加载; 3. 用浏览器的加载 目前Webpack远比SystemJS流行。Safari已经支持用type="module"加载了。 ### CSS的模块化 虽然SASS、LESS、Stylus等预处理器实现了CSS的文件拆分,但没有解决CSS模...