walleXD
walleXD
@felipe-coder were you able to figure it out? @adambrgmn did you try the approach from `react-scripts`? I haven't had much luck
you can pass arguments through .env files
Has any one tried to use the new `promisify` function builtin into the util module from node v 8.0 and up?
I am using express with graphql. So, I am using passport to secure my graphql endpoint but the issue is that graphql only works with promises and so it becomes...
@princesust @pabloat81 aliases need to go first as they are intercepting and remapping fired actions to aliased ones. Then they remapped actions pass through middleware / reducer. If you put...
you can use[ `redux-remote-devtools`](https://github.com/zalmoxisus/remote-redux-devtools)
@erguotou520 this won't work as the second renderer file isn't being loaded up the the html file that `electron-webpack` creates. #47 could provide you with some alternatives
There’s a merged pull request which allows loading multiple entry points but there hasn’t been a release with it yet.
@loopmode Yup. That pretty much opens up the door for quite a bit of flexibility @erguotou520 Give the latest update a shot with additional entry points
@bedeho what editor are you using? I was using webstorm and was also facing the same issue as you. Switched to atom and HMR works perfectly!