electron-timber
(Browser & Terminal console logger) doesn't work with electron-vite
#772
Unanswered
deadcoder0904
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious if this is
electron-timber
issue or an issue withelectron-vite
-> https://electron-vite.org/guide/dev#esm-support-in-electronThe issue is sindresorhus/electron-timber#26 but the project
electron-timber
did move to ESM last year.My minimal repro -> https://github.com/deadcoder0904/electron-typed-ipc-poc (specific commit that broke by just adding
electron-timber
)Would love to know if it can be solved with some vite config? I already tried adding
electron-timber
to renderer's external but that didn't do anything.Beta Was this translation helpful? Give feedback.
All reactions