deadfile icon indicating copy to clipboard operation
deadfile copied to clipboard

Entry point for react gatsby application

Open itdsntwork opened this issue 5 years ago • 3 comments
trafficstars

Hey. Does anyone know what entry point should I set for a react gatsby application?

itdsntwork avatar Oct 09 '20 11:10 itdsntwork

ping

itdsntwork avatar Oct 07 '21 11:10 itdsntwork

Also interested in knowing

z0ccc avatar May 11 '22 17:05 z0ccc

I’m sorry, next.js, gatsby are not supported yet out of box. The way it’s possible for now is to add all pages (in pages folder) to entry paths.

I’ll add it to roadmap to implement it. If you are interested in creating a PR, feel free to add it. For these cases it is possible to automatically add all contents of pages folder. The other usecase that I can think about is serverless projects.

M-Izadmehr avatar Jun 27 '22 10:06 M-Izadmehr