bennymeg / nx-electron

Electron schematics for nrwl nx platform
Apache License 2.0
331 stars 85 forks source link

Fix for preload webpack entry #164

Closed neil-coretainium closed 2 years ago

neil-coretainium commented 2 years ago

The current webpack configuration is including the '.ts' file extension in the entry chunk name. This is causing the compiled filename to look like 'main.preload.ts.js'

This might also fix #163

bennymeg commented 2 years ago

Thank you!