dist/index.html文件里面不能显示模板里面的内容
temlplate 拼错了,没生效
plugins: [
new HtmlWebpackPlugin({
// 源文件模板
temlplate: 'index.html',
title: 'hero',
filename: './index/index.html',
})
]
这样title才显示,但是模板里面的不显示。为什么?