Skip to content

Commit 524330b

Browse files
Update packages/wrangler/src/autoconfig/frameworks/utils/vite-config.ts
Co-authored-by: Somhairle MacLeòid <smacleod@cloudflare.com>
1 parent 7323e98 commit 524330b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/wrangler/src/autoconfig/frameworks/utils/vite-config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export function checkIfViteConfigUsesCloudflarePlugin(
1818

1919
transformFile(filePath, {
2020
visitProgram(n) {
21-
// Only import if not already imported
2221
if (
2322
n.node.body.some(
2423
(s) =>

0 commit comments

Comments
 (0)