Skip to content

Commit

Permalink
chore: Update webpack configuration for Electron build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohey committed Jun 1, 2024
1 parent 0bf84d7 commit 32b54cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/webpack.electron.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ module.exports = {
}),
new HtmlWebpackPlugin({
inject: true,
filename: "auth.html",
chunks: ["browserAuth"],
template: path.join(__dirname, "public", "auth.html"),
filename: "edit.html",
chunks: ["browserMain"],
template: path.join(__dirname, "public", "edit.html"),
}),
],
}

0 comments on commit 32b54cc

Please sign in to comment.