问答详情
源自:4-7 处理图片以及其他文件

我的file-loader 页面img的href地址没变化啊

http://img.mukewang.com/58bba4680001db7b08380550.jpg

img地址没变?

提问者:二豆子 2017-03-05 13:39

个回答

  • ahao430
    2017-03-12 14:20:57

    plugins: [
        new HtmlWebpackPlugin({
          filename: 'index.html',
          template: 'html-loader!index.html',
          inject: 'body'
        }),

    在plugin的template里加上html-loader。查了好半天终于弄好了。

  • 枯黄的树叶
    2017-03-08 02:21:23

    加上html-loader才能处理。不客气

  • ECIZEP
    2017-03-05 18:20:34

    把配置的图发出来才能知道你哪里配置错了