Skip to content

Commit 249f2a7

Browse files
committed
webpack fix
Accidentally dropped a single char in last commits
1 parent e687d30 commit 249f2a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Thumbs.db
1414
/app/modal.js
1515
/app/background.js
1616
/app/preload.js
17-
/app/preloadmodal.js
17+
/app/preloadModal.js
1818
/app/receipt.js
1919
/app/**/*.map
2020
/app/*.ttf

build/webpack.preload.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function(env) {
55
return {
66
entry: {
77
preload: "./src/preload.js",
8-
preloadmodal: "./src/preloadmodal.js",
8+
preloadModal: "./src/preloadmodal.js",
99
},
1010
output: {
1111
filename: "[name].js",

0 commit comments

Comments
 (0)