Closed akauppi closed 3 years ago
Seems html.ts plugin is where it happens. Would require setting up a local copy of Vite, editing the sources to see what triggers the endless recursion.
Only happens if cssCodeSplit: false
in app's Vite config (creates CSS files, instead of embedding them in the code).
There doesn't seem to be a compelling reason to use Vite for the deploy build. Closing.
Would be interesting to get
npm run build:vite
to work - to get size comparisons between working Vite and Rollup builds.Currently (
recamp-firebase-9x
branch):