Skip to content

Commit

Permalink
Fix bundle size script external for dev toolbar (#9994)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Feb 7, 2024
1 parent e499908 commit 6eab46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/bundle-size.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function bundle(files) {
sourcemap: false,
target: ['es2018'],
outdir: 'out',
external: ['astro:*'],
external: ['astro:*', 'aria-query', 'axobject-query'],
metafile: true,
})

Expand Down

0 comments on commit 6eab46b

Please sign in to comment.