fix: exclude rollup, astro config
This commit is contained in:
parent
3d7c4b0247
commit
3667e8b421
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ const ALWAYS_EXTERNAL = new Set([
|
|||
'shorthash',
|
||||
'unified',
|
||||
'whatwg-url',
|
||||
'astro/dist/core/config.js',
|
||||
'rollup'
|
||||
]);
|
||||
|
||||
// note: ssr is still an experimental API hence the type omission
|
||||
|
|
Loading…
Reference in a new issue