Jonas Galvez
Jonas Galvez
@kevinmarrec @pi0 fwiw, the `build:compile` hook works fine for me.
Believe it or not, working on putting a new website up this weekend!
I have the same issue.
@crutch12 I'll take a look soon.
@hecktarzuli I too wanted to avoid it, this was a _compromise_ solution. Your proposed solution is one amongst several other ideas we've discussed for addressing this. We'll revisit this soon.
Company: FLAGCX Link: http://flag.cx Major ad agency in Brazil. Company: STORED Link: http://stored.com.br One of the largest e-commerce SAAS providers in Brazil.
Right now, using `spa: true` changes the `Reply.html()` method to deliver the static index html (both in dev, with the necessary dev transformations, and in production, serving index.html from the...
I'm *this close* to being able to work on the new documentation suite — I'll be essentially reusing the same template I'm working on for the new Fastify DX docs....
That has been decoupled out of `@fastify/vite`. The same concept is now used in [Fastify DX](https://github.com/fastify/fastify-dx) — read about it [here](https://hire.jonasgalvez.com.br/2022/jun/10/virtual-modules-for-fun-and-profit/).
@Dan-Shields @onlywei indeed, that should be a somewhat straightforward change to implement, where we no longer consider `client/index.js` but rather a list as defined by the Vite configuration.