1. 同步加载没有依赖src\index.js
console.log(title)
bundle.js
//导出对象
var exports = {}
//模块内容
console.log(title)
打包模块分
2023-03-16