Skip to content

Commit

Permalink
Merge pull request #15 from vickkie/Pair
Browse files Browse the repository at this point in the history
UpdateWebpack config
  • Loading branch information
vickkie authored Mar 24, 2024
2 parents 4230d27 + 9b8e871 commit 20511d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { CleanWebpackPlugin } = require("clean-webpack-plugin");
module.exports = {
mode: "production",
entry: {
main: "./main.js",
main: "./js/main.js",
},

output: {
Expand Down

0 comments on commit 20511d2

Please sign in to comment.