Skip to content

Commit

Permalink
Remove false-positive warnings from Cloudflare's build (#6531)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored Mar 13, 2023
1 parent d531821 commit 9c266d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/integrations/cloudflare/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ export default function createIntegration(args?: Options): AstroIntegration {
banner: {
js: SHIM,
},
logOverride: {
'ignored-bare-import': 'silent'
},
});

// Rename to worker.js
Expand Down

0 comments on commit 9c266d6

Please sign in to comment.