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.
2 parents a53663b + ec1e8fc commit a56ea02Copy full SHA for a56ea02
apps/website/adapters/cloudflare-pages/vite.config.ts
@@ -2,11 +2,6 @@ import { cloudflarePagesAdapter } from '@builder.io/qwik-city/adapters/cloudflar
2
import { extendConfig } from '@builder.io/qwik-city/vite';
3
import baseConfig from '../../vite.config';
4
5
-/**
6
- Vite 5.1.6 breaks the cloudflare build when deploying.
7
- This is a workaround until the issue is fixed.
8
-*/
9
-// @ts-expect-error
10
export default extendConfig(baseConfig, () => {
11
return {
12
build: {
0 commit comments