// const HtmlWebpackPlugin = require('html-webpack-plugin'); // module.exports = { // // ...其他配置 // // plugins: [ // // new HtmlWebpackPlugin({ // // favicon: 'public/feiyang.png' // 设置网页标签的图标路径 // // }) // // ] // };