Jovica Aleksic

Results 157 comments of Jovica Aleksic

Hmm. Interesting problem. I'm not sure but i think it should already work the way you want it to - unless you have references/imports in your code, maybe in unexpected...

Btw If you use lazy loading and `import('...')` instead of `import '...';` in a few critical places (found via analysis or simply in wrapper components around such components that have...

Not sure, I find this interesting but I'm sceptical 🙂 Currently, optional things work like this: electron-webpack checks your package.json for certain dependencies it knows about. When it finds one,...

Yeah but that `@` is an issue that is unrelated to this. I mean, it's an issue with or without the automatic mapping. I have accepted that I can't use...

I usually just ignore those :) looking forward for hints and solutions tho!

Does somebody on Mac or Linux have this issue, or is it a Windows thing?

I ask because I suspect this is related to runnerw.exe which is used: https://github.com/electron-userland/electron-webpack/blob/master/packages/electron-webpack/src/dev/ChildProcessManager.ts We have this other issue of Ctrl+c not killing the webpack process correctly, which is definitely...

Well then, as mentioned in https://github.com/electron-userland/electron-webpack/issues/249#issuecomment-509558755 we might provide an opt-out of runnerw.exe. while it would be elegant to do it via config, it would be much much simpler via...

As suspected, not using `runnerw.exe` on windows helps.

If you use `cmd.exe`, this problem doesn't occur. It only happens when you use e.g. git bash. It seems that when `electron-webpack` checks for win32 platform, it assumes `cmd.exe` and...