ecomfe/edp

[edp-build]新的ModuleCompiler有个BUG

otakustay opened this issue · 1 comments

对于path中指定的模块,新的ModuleCompiler不会地生成2个id,只生成了用baseUrl算出来的

git clone http://gitlab.baidu.com/ssp/ssp.git
cd ssp
edp build -f
grep "'tpl'" output/asset-xxx/startup/biz.js

如果用最新的@betagrep没结果,用以前的版本有结果。tplpath中被配为common/tpl,而最新的build出来在biz.js里只有common/tpl而没有tpl,导致eel又要去加载common/tpl,但原来的common/tpl已经定义过了,结果出错

最新版本已经好了……