mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
Fix bundle size script external for dev toolbar (#9994)
This commit is contained in:
parent
e4999083bf
commit
6eab46b84b
1 changed files with 1 additions and 1 deletions
2
.github/scripts/bundle-size.mjs
vendored
2
.github/scripts/bundle-size.mjs
vendored
|
@ -68,7 +68,7 @@ async function bundle(files) {
|
|||
sourcemap: false,
|
||||
target: ['es2018'],
|
||||
outdir: 'out',
|
||||
external: ['astro:*'],
|
||||
external: ['astro:*', 'aria-query', 'axobject-query'],
|
||||
metafile: true,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue