Skip to content

fix: add electron-log to webpack externals#66

Merged
ianphil merged 3 commits intomainfrom
fix/electron-log-import
Feb 13, 2026
Merged

fix: add electron-log to webpack externals#66
ianphil merged 3 commits intomainfrom
fix/electron-log-import

Conversation

@ianphil
Copy link
Copy Markdown
Contributor

@ianphil ianphil commented Feb 13, 2026

PR #62 added electron-log as a dependency but didn't add it to webpack externals, causing Cannot find module 'electron-log/main' at startup.

Fix: Add electron-log and electron-log/main to webpack externals in webpack.main.config.ts so they're resolved at runtime instead of being bundled.

All 368 tests pass. App starts successfully.

@ianphil ianphil merged commit 9ab4d86 into main Feb 13, 2026
1 check passed
@ianphil ianphil deleted the fix/electron-log-import branch February 13, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant