[ci] yarn format
This commit is contained in:
parent
dbc49ed62c
commit
1408e2017a
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ const ALWAYS_EXTERNAL = new Set([
|
||||||
'shiki',
|
'shiki',
|
||||||
'shorthash',
|
'shorthash',
|
||||||
'unified',
|
'unified',
|
||||||
'whatwg-url'
|
'whatwg-url',
|
||||||
]);
|
]);
|
||||||
const ALWAYS_NOEXTERNAL = new Set([
|
const ALWAYS_NOEXTERNAL = new Set([
|
||||||
'astro', // This is only because Vite's native ESM doesn't resolve "exports" correctly.
|
'astro', // This is only because Vite's native ESM doesn't resolve "exports" correctly.
|
||||||
|
|
Loading…
Reference in a new issue