We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.json
1 parent 2bb66a4 commit 1c93c0eCopy full SHA for 1c93c0e
1 file changed
vite.config.ts
@@ -187,6 +187,7 @@ export default defineConfig({
187
// rolldown seems to currently fail on Vite's SSR transform output (`await __vite_ssr_import__`).
188
exclude: [
189
'**/node_modules/**',
190
+ '**/*.json',
191
'cli/**',
192
'app/utils/versions.ts',
193
'app/utils/package-name.ts',
0 commit comments