This commit is contained in:
asd
2019-12-02 14:30:59 +08:00
parent af97a73780
commit e1a290d087

View File

@@ -122,7 +122,8 @@ moudle.export={
2.webpack构建流程
1 初始化参数 从shell和配置文件中 合并参数 得到最终的参数
2 开始编译 通过得到的参数
2 开始编译 通过得到的参数初始化complier对象加载所有插件通过run 方式编译
3