mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] yarn format
This commit is contained in:
parent
06446d14a3
commit
101643398a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import { resolveDependency } from './util.js';
|
||||||
|
|
||||||
// Some packages are just external, and that’s the way it goes.
|
// Some packages are just external, and that’s the way it goes.
|
||||||
const ALWAYS_EXTERNAL = new Set([
|
const ALWAYS_EXTERNAL = new Set([
|
||||||
...builtinModules.map(name => `node:${name}`),
|
...builtinModules.map((name) => `node:${name}`),
|
||||||
'@sveltejs/vite-plugin-svelte',
|
'@sveltejs/vite-plugin-svelte',
|
||||||
'estree-util-value-to-estree',
|
'estree-util-value-to-estree',
|
||||||
'micromark-util-events-to-acorn',
|
'micromark-util-events-to-acorn',
|
||||||
|
|
Loading…
Reference in a new issue