Jovica Aleksic
Jovica Aleksic
I used electron-webpack for a company project in...i believe... 2016. However, it all went so well that the project was finished in 6 weeks. Basically, since that, I never had...
I believe it is worth keeping up, @justin-hackin . However, it needs someone who's working with the technologies involved non-stop and continuously. I wish I were working on electron apps...
I do believe so. @develar objections?
It was about making @shahkeyur maintainer, @develar
It's weird that it takes so long, haven't experienced it myself. Currently, `source-map-support` is [hard-coded](https://github.com/electron-userland/electron-webpack/search?q=source-map-support&type=Code). We could and probably should make that optional, e.g. keep the current behaviour unless the...
For a "quick" workaround..you might be able to mock the `source-map-support/install` module using a library like https://github.com/theKashey/rewiremock - but you would have to do it _before_ electron-webpack requires it, so...
Yes, indeed it was just a suggestion but nothing was done yet. PRs welcome, should be straight-forward.
To add a babel preset, you only have to install it to your project in devDependencies (`package.json`). It should be detected and used automatically. To configure babel options, you create...
`import { ReactComponent` is a preconfigured feature of create-react-app, more specifically of the react-scripts package used by CRA. electron-webpack has no knowledge of that. There are many different ways of...
Ah. I see. Apologies for being all brainy-smurfy.