Jovica Aleksic
Jovica Aleksic
In any case, I'd you're trying to simply display a local file in the renderer, it's basically displaying a file in the browser and you should make sure to prepend...
Fortunately webpack now [exposes its version](https://stackoverflow.com/a/52143627) now. The named modules issue seems to be the only one for now. Let's see what else comes.
@shahkeyur Hey glad to hear you wanna get your hands dirty. It's a good thing to get involved, You learn a lot. About the merge: so the codebase has been...
@ogomez92 I think you have to build or compile your local electron-webpack, then the link should work. And the link should be in packages/electron-webpack, not in the repo root. If...
@ogomez92 it's `yarn compile` in the project root, of course after `yarn` or `yarn install` once. @alii yes of course, that's possible. however that has been possible for years now,...
Btw... I personally am a bit afraid to make release a new version. What if a PR fixes issue XY for user AB but breaks something for all the other...
@develar great to hear from you! Still, what I mean is... I'd feel very bad releasing a new version without spending time with it, like just because some people made...
Hi. The `url-loader` works something like this: "if the file is smaller than the limit, behave just like file-loader and bundle the file into the javascript bundle. if the file...
@fabiospampinato did you try with manually setting `NODE_ENV=production`?
Regarding your previous comment and question: I think one of the biggest problems `electron-webpack` has is that it's trying too much to make things really easy for users, and implicitly...