Skip to content

Commit

Permalink
Add setting.html to webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
HashidaTKS committed Dec 18, 2024
1 parent 59be73c commit 63474a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ module.exports = async (env, options) => {
template: "./src/web/count-down.html",
chunks: ["polyfill", "count-down"],
}),
new HtmlWebpackPlugin({
filename: "setting.html",
template: "./src/web/setting.html",
chunks: ["polyfill", "setting"],
}),
],
devServer: {
headers: {
Expand Down

0 comments on commit 63474a5

Please sign in to comment.