Alex Weber

Results 26 comments of Alex Weber

I've noticed a similar bug where the overlay appears in the collection manager as well, as far as I can tell it is related to this issue: #152

Ugh, I guess this might be a limitation of how IDEA handles syntax highlighting. For example `var`, `this` and `function` are all considered "keywords" and it doesn't get any more...

FWIW, adding React and React Dom to whitelisted modules didn't do anything for me, however adding them to webpack externals makes things work smoother...

This may or may not help but electron-webpack actually uses 2 different webpack configs/instances; one for main and another for renderer so you can't do stuff like remote requiring main...

AFAIK there is no relationship.... electron-webpack is a module for helping you use electron with webpack and provices a streamlined experience for working with electron-builder to package and distribute apps....

AFAIK You shouldn't have to add anything to extra resources, if you need anything as a dep for the main process add it to the `whiteListedModules` in electron-webpack.json and all...

Hello @hhsadiq thank you! :) I'm sorry you had issues getting it to work, would you mind submitting a PR for the changes you described please? Thanks!

@ohsiwon I'm open to it :+1: