Skip to content

Commit

Permalink
fix: help.html未打包
Browse files Browse the repository at this point in the history
  • Loading branch information
cheanus committed Nov 2, 2024
1 parent af2cb70 commit ab68c5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ module.exports = {
new HtmlWebpackPlugin({
template: './src/index.html', // 指定模板文件的位置
filename: 'index.html', // 设置生成的HTML文件名
}),
new HtmlWebpackPlugin({
template: './src/help.html', // 指定模板文件的位置
filename: 'help.html', // 设置生成的HTML文件名
})
],
};

0 comments on commit ab68c5f

Please sign in to comment.