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
@vitejs/plugin-legacy
Start
import { defineConfig } from '@tanstack/solid-start/config'; import tsConfigPaths from 'vite-tsconfig-paths'; import legacy from '@vitejs/plugin-legacy'; export default defineConfig({ tsr: { appDirectory: 'src', }, vite: { plugins: [ tsConfigPaths({ projects: ['./tsconfig.json'], }), legacy(), ], }, });
run shell npm run build
npm run build
will throw error
.
not error
"@tanstack/solid-start": "^1.114.31"
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which project does this relate to?
Start
Describe the bug
run shell
npm run build
will throw error
Your Example Website or App
.
Steps to Reproduce the Bug or Issue
.
Expected behavior
not error
Screenshots or Videos
"@tanstack/solid-start": "^1.114.31"
Platform
"@tanstack/solid-start": "^1.114.31"
Additional context
No response
The text was updated successfully, but these errors were encountered: