119.输出HtmlWebpackPlugin.options中的内容,修改模板文件index.html,代码如下
webpack demo <% for (var key in htmlWebpackPlugin.options) {%> <%= key %> : <%= JSON.stringify(htmlWebpackPlugin.options[key]) %> <% } %>
本文共 377 字,大约阅读时间需要 1 分钟。
webpack demo <% for (var key in htmlWebpackPlugin.options) {%> <%= key %> : <%= JSON.stringify(htmlWebpackPlugin.options[key]) %> <% } %>
转载于:https://blog.51cto.com/suyanzhu/1899531