为了账号安全,请及时绑定邮箱和手机立即绑定

ERROR in Template execution failed: ReferenceError: htmlPlugin is not defined这是什么原因

ERROR in Template execution failed: ReferenceError: htmlPlugin is not defined这是什么原因。模板语法不能用吗? 代码如下:

<head>

    <title><%= htmlPlugin.options.title %></title>

    <meta charset="UTF-8" />

    <script src="<%= htmlPlugin.files.chunks.main.entry %>"></script>

</head>

-----------------------------

plugins:[

   new htmlPlugin({

    template:"index.html",

    filename:"index.html",

    inject:"head",

    title:"this is a.html",

    chunks:["a"]

   }),


   new htmlPlugin({

    template:"index.html",

    filename:"index.html",

    inject:"head",

    title:"this is b.html",

    chunks:["b"]


   }),


   new htmlPlugin({

    template:"index.html",

    filename:"index.html",

    inject:"head",

    title:"this is c.html",

    chunks:["c"]

   }),


 ]

<%= htmlplugin.options.title=""></%=>

正在回答

3 回答

<%= htmlWebpackPlugin.options.title %>

1 回复 有任何疑惑可以回复我~

你这个问题解决了么,我也有同样的问题呢

0 回复 有任何疑惑可以回复我~
#1

qq_天空之镜_2

改成 htmlWebpackPlugin
2018-06-11 回复 有任何疑惑可以回复我~

模板中 htmlWebpack  改为htmlWebpackPlugin

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

ERROR in Template execution failed: ReferenceError: htmlPlugin is not defined这是什么原因

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信