We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e687d30 commit 249f2a7Copy full SHA for 249f2a7
.gitignore
@@ -14,7 +14,7 @@ Thumbs.db
14
/app/modal.js
15
/app/background.js
16
/app/preload.js
17
-/app/preloadmodal.js
+/app/preloadModal.js
18
/app/receipt.js
19
/app/**/*.map
20
/app/*.ttf
build/webpack.preload.config.js
@@ -5,7 +5,7 @@ module.exports = function(env) {
5
return {
6
entry: {
7
preload: "./src/preload.js",
8
- preloadmodal: "./src/preloadmodal.js",
+ preloadModal: "./src/preloadmodal.js",
9
},
10
output: {
11
filename: "[name].js",
0 commit comments