Common-bc没有被替换到b.html与c.html
Closed this issue · 1 comments
lawrence-peng commented
if(m[1] in config.entry) {
conf.inject = 'body';
conf.chunks = ['vendors', m[1]];
}
config.plugins.push(new HtmlWebpackPlugin(conf));
在build的文件看到b.html,c.html没有引用common-bc.js,这个问题怎么解决呢
chemdemo commented
已经fix了