Jakob Lind

Results 68 comments of Jakob Lind

Hi @Wanaco Thanks for letting me know about this bug, I just fixed it! Happy you like the project :)

Agree. This must be upgraded.

This is also a good idea, will work on this also next time I have time to work on this project. Always feel free to send PR :)

Most of it is possible right now, but `webpack-dev-server` is only available as a `script` in `package.json` if you select `React hot loader`. Should we consider having the script there...

But we should leave out `--hot` parameter if `React hot loader` is not selected I think. Because some extra code on frontend is needed for hot module replacement to work.

Yes, you are correct. There was some time ago I worked with this, thanks for reminding me how it works! So the task is then to always show the `start`...

Nice work! I think we have to move this code of Gatsby. Because in production Gatsby just generate static pages. That means only html/css/js. No servers. That means we can't...

nice! will have a look at it and try it out. I'm going offline for 2 weeks, but will have a loook when I come back :+1:

This is a good suggestion. The code already exists for this, I just need to publish it to a lambda function or something!

Thank you. This is a highly requested feature. I am not familiar with Typescript, will do some research !