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

index.html 用模板写法 说申明的 HtmlWebpackPlugin 找到不到

const path = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');

module.exports = {
    entry: {
        main:'./src/script/main.js',
        a:'./src/script/a.js'
    },
    output: {
        path:path.join(__dirname,'./dist'),
        filename: 'js/[name].js'
    },
    plugins: [
        new HtmlWebpackPlugin({
            filename: 'index.html',
            template:'index.html',
            inject:"head",
            title:"webpack is good",
            data:"1"
        })
    ],
}


正在回答

5 回答

template 那裡開頭"h"要小寫: 

htmlWebpackPlugin

使用 webpack 4.25.1


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

AlbertDong

我也不知道原因 XD
2018-11-14 回复 有任何疑惑可以回复我~

安装

html-webpack-plugin

插件了吗

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

我也一样,请问楼主找到什么原因了吗?

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

我猜想是不是插件没安装好

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

举报

0/150
提交
取消

index.html 用模板写法 说申明的 HtmlWebpackPlugin 找到不到

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