Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into remove-preloadjs-fr…
Browse files Browse the repository at this point in the history
…om-typescript-templates
  • Loading branch information
itsananderson committed Sep 20, 2022
2 parents a40f4d7 + cb1e560 commit 195bd86
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class TypeScriptWebpackTemplate extends BaseTemplate {
html: './src/index.html',
js: './src/renderer.ts',
name: 'main_window',
preload: {
js: './src/preload.ts',
},
},
],
},
Expand Down

0 comments on commit 195bd86

Please sign in to comment.