Skip to content

Commit

Permalink
fix(template-typescript-webpack): webpack entrypoint extensions (#3014)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Oct 28, 2022
1 parent c3a8db4 commit 378e200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/template/typescript-webpack/tmpl/forge.config.ts
Expand Up @@ -29,10 +29,10 @@ module.exports = {
entryPoints: [
{
html: './src/index.html',
js: './src/renderer.js',
js: './src/renderer.ts',
name: 'main_window',
preload: {
js: './src/preload.js',
js: './src/preload.ts',
},
},
],
Expand Down

0 comments on commit 378e200

Please sign in to comment.