在build文件夹下面修改webpack.dev.conf.js和webpack.dev.conf.js
new HtmlWebpackPlugin({
filename: 'index.html',
template: 'index.html',
favicon: './favicon.ico', // 添加小图标
inject: true
}),
new HtmlWebpackPlugin({
filename: 'index.html',
template: 'index.html',
favicon: './favicon.ico', // 添加小图标
inject: true
}),
本文标题:webpack 处理图标favicon打包问题
本文链接:https://www.haomeiwen.com/subject/wgnlfctx.html
网友评论