fix: exclude rollup, astro config

This commit is contained in:
Nate Moore 2021-12-14 15:22:09 -06:00
parent 3d7c4b0247
commit 3667e8b421

View file

@ -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