前幾天出去面試,一問三不知,就來慕課網(wǎng)上一查,果真有!瞬間發(fā)現(xiàn)自己的項目也可以很牛叉!
2017-02-22
<%=compilation.assets[htmlWebpackPlugin.files.chunks.index.entry.substr(htmlWebpackPlugin.files.publicPath.length)].source() %>我的要chunks指定有main才行,不然就報錯
new htmlWebpackPlugin({ filename:"a.html",
template:"index.html",
title:"this is page a",
chunks:["a","main"], }),
new htmlWebpackPlugin({ filename:"a.html",
template:"index.html",
title:"this is page a",
chunks:["a","main"], }),
2017-02-22