Skip to content

Commit ec1e8fc

Browse files
committed
Revert "fix(cloudflare vite.config): re-add add @ts-expect-error"
This reverts commit 9af7143.
1 parent a53663b commit ec1e8fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/website/adapters/cloudflare-pages/vite.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ import { cloudflarePagesAdapter } from '@builder.io/qwik-city/adapters/cloudflar
22
import { extendConfig } from '@builder.io/qwik-city/vite';
33
import baseConfig from '../../vite.config';
44

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
105
export default extendConfig(baseConfig, () => {
116
return {
127
build: {

0 commit comments

Comments
 (0)