关于index.html模板未能在dist/index.html里面显示title以及内容

来源:3-1 自动化生成项目中的html页面(上)

A回不去的曾经

2018-03-12 20:20

http://img2.mukewang.com/5aa6703c0001039009000514.jpg

http://img1.mukewang.com/5aa6703d0001ea8509000514.jpg

http://img1.mukewang.com/5aa6703d00017b4809000514.jpg

dist/index.html文件里面不能显示模板里面的内容

写回答 关注

2回答

  • weibo_坤坤2012_0
    2018-03-12 21:54:35
    已采纳

    temlplate  拼错了,没生效

    A回不去的曾...

    非常感谢!我昨天已经找到了谢谢你!

    2018-03-13 12:47:41

    共 1 条回复 >

  • A回不去的曾经
    2018-03-12 20:37:23

    plugins: [

    new HtmlWebpackPlugin({

    // 源文件模板

    temlplate: 'index.html',

     title: 'hero',

    filename: './index/index.html',


    })

    ]

    这样title才显示,但是模板里面的不显示。为什么?

webpack深入与实战

webpack实战教程,用真实项目带你探索 webpack 强大的功能

86561 学习 · 721 问题

查看课程

相似问题