-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'filename' of undefined #90
Comments
We already discussed this in #66. The bottom line is: there is no valid use case for packing |
I am using TypeScript for my Electron main process code. |
You are right, same fix. Is there a timeline on when this fix will be introduced? |
Sorry for quickly closing your issue and PR. I have little to no time to maintain this repository and am looking for a maintainer, so I cannot tell when everything moves forward. If I get enough time, I'll review and merge the blocking PR. |
Not a problem, thanks for the quick response. |
If you are interested in contributing to this project and are using TS, you could give #79 a try and make sure everything works well. Merging that would also solve your problem and would be a really great help to me. 😀 |
Occurs when using webpack with TS-Loader.
My webpack.config.js:
The text was updated successfully, but these errors were encountered: