Skip to content

Commit

Permalink
pain part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
OtterCodes101 authored Nov 22, 2024
1 parent ea8a0d3 commit a7454a3
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 @@ -5,7 +5,7 @@ module.exports = {
mode: "development",
devtool: "inline-source-map",
entry: {
main: "./src/Main.ts",
main: "./src/main.ts",
},
output: {
path: path.resolve(__dirname, './out'),
Expand Down

0 comments on commit a7454a3

Please sign in to comment.