You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only happening on vite build. Based on the warning at the beginning, I tried both NODE_ENV=development vite build and NODE_ENV=production vite build, no difference.
Description
Probably related: #1592
Only happening on
vite build
. Based on the warning at the beginning, I tried bothNODE_ENV=development vite build
andNODE_ENV=production vite build
, no difference.vite.config.ts:
Removing
vanillaExtractPlugin
and VE-based styles allows the build to complete. Likewise if I removeprerender: true
.The text was updated successfully, but these errors were encountered: