-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Hi,
I'm using webpack-license-plugin with electron-forge. Since the update to 4.3.0 I'm experiencing the following error:
ERROR in WebpackLicensePlugin: Found licenses after license files were already created. If you see this message, you ran into an edge case we thought would not happen. Please open an isssue at https://github.com/codepunkt/webpack-license-plugin/issues with details of your webpack configuration so we can invastigate it further. compiler: undefined, isChild: false compiler: HtmlWebpackCompiler, isChild: true compiler: undefined, isChild: false
The previous versions of webpack-license-plugin worked fine.
How to reproduce:
- Create an electron-forge project (
npm init electron-app@latest my-app -- --template=webpack-typescript
) - Install webpack-license-plugin
- Add webpack-license-plugin to webpack.plugins.ts
- Run
npm run package
Thank you in advance for your help :)