Closed neil-coretainium closed 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
Thank you!
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