Skip to content

Commit

Permalink
webpack fix
Browse files Browse the repository at this point in the history
Accidentally dropped a single char in last commits
  • Loading branch information
grctest committed May 11, 2024
1 parent e687d30 commit 249f2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Thumbs.db
/app/modal.js
/app/background.js
/app/preload.js
/app/preloadmodal.js
/app/preloadModal.js
/app/receipt.js
/app/**/*.map
/app/*.ttf
Expand Down
2 changes: 1 addition & 1 deletion build/webpack.preload.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function(env) {
return {
entry: {
preload: "./src/preload.js",
preloadmodal: "./src/preloadmodal.js",
preloadModal: "./src/preloadmodal.js",
},
output: {
filename: "[name].js",
Expand Down

0 comments on commit 249f2a7

Please sign in to comment.