问答详情
源自:1-1 webpack 基本介绍

index中插入<script type="text/javascript" src="<%=htmlWebpackPlugin.files.chunks.main.entry%>"></script>

这个就会出错。运行后生成的index页面显示

TypeError: Cannot read property 'entry' of undefined

终端中显示:

http://img.mukewang.com/59005aef00017fed07350107.jpg

http://img.mukewang.com/59005aef0001615a07950201.jpg

提问者:慕神5098650 2017-04-26 16:31

个回答

  • 熊猫很瞌睡
    2017-04-26 20:24:53

    动态生成的地址可以打包????

    http://img.mukewang.com/590091900001e80805270600.jpg