Open fmense opened 1 day ago
So 4.2.3
works in that setup, and all versions since are broken?
I just retested with the patch versions of 4.2.x 4.2.0 -> working 4.2.1 and up -> broken
The error seems to be related to the changes introduced in #619
Hi,
I'm using webpack-license-plugin with electron-forge. Since the update to 4.3.0 I'm experiencing the following error:
The previous versions of webpack-license-plugin worked fine.
How to reproduce:
npm init electron-app@latest my-app -- --template=webpack-typescript
)npm run package
Thank you in advance for your help :)