Hello @Pierre_Gerbelot,
I finally fixed this, adding what I did so if somebody else has this problem can try it out:
- I upgraded Nx to version
19.5.x
, which supports incremental builds for Vite. - I transformed all packages/libraries into buildable Vite packages/libraries.
- I migrated all applications to use SWC as compiler, rather than babel.
If this is not enough, another possibility is to use Rspack rather than Webpack as bundler, but the plugin still is not as complete as the Webpack as of today, but is blazing fast tough.
Thanks for all the support.
Regards