We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
framework
Minimal reproduction: https://codesandbox.io/p/devbox/64pkht?file=%2Fvite.config.ts%3A28%2C1
pnpm build
see it work:
build: { assetsInlineLimit: 0, sourcemap: "hidden", rollupOptions: isSsrBuild ? { input: "./server/app.ts", } : undefined, },
System: OS: Linux 6.1 Debian GNU/Linux 12 (bookworm) 12 (bookworm) CPU: (2) x64 AMD EPYC Memory: 1.70 GB / 4.01 GB Container: Yes Shell: Unknown Binaries: Node: 20.12.0 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.5.0 - /usr/local/bin/npm pnpm: 8.15.6 - /usr/local/share/npm-global/bin/pnpm npmPackages: @react-router/dev: ^7.1.1 => 7.1.1 @react-router/express: 7.1.1 => 7.1.1 @react-router/node: ^7.1.1 => 7.1.1 @react-router/serve: ^7.1.1 => 7.1.1 react-router: ^7.1.1 => 7.1.1 vite: ^5.4.11 => 5.4.11
npm
able to build with prerender
due to customization of the build in Vite, build fails.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using React Router as a...
framework
Reproduction
Minimal reproduction: https://codesandbox.io/p/devbox/64pkht?file=%2Fvite.config.ts%3A28%2C1
pnpm build
see it failsee it work:
pnpm build
System Info
Used Package Manager
npm
Expected Behavior
able to build with prerender
Actual Behavior
due to customization of the build in Vite, build fails.
The text was updated successfully, but these errors were encountered: