A回不去的曾经
2018-03-12 20:20
dist/index.html文件里面不能显示模板里面的内容
temlplate 拼错了,没生效
plugins: [
new HtmlWebpackPlugin({
// 源文件模板
temlplate: 'index.html',
title: 'hero',
filename: './index/index.html',
})
]
这样title才显示,但是模板里面的不显示。为什么?
webpack深入与实战
86561 学习 · 721 问题
相似问题