0
Fork 0
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:
Bjorn Lu 2024-02-07 17:52:14 +08:00 committed by GitHub
parent e4999083bf
commit 6eab46b84b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ async function bundle(files) {
sourcemap: false,
target: ['es2018'],
outdir: 'out',
external: ['astro:*'],
external: ['astro:*', 'aria-query', 'axobject-query'],
metafile: true,
})