Skip to content

Commit

Permalink
chore: revert pnpm-lock changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Apr 26, 2023
1 parent 9881738 commit 5b8d2b2
Show file tree
Hide file tree
Showing 2 changed files with 2,259 additions and 2,278 deletions.
2 changes: 1 addition & 1 deletion packages/astro/src/vite-plugin-astro-postprocess/index.ts
Expand Up @@ -33,7 +33,7 @@ export default function astro(_opts: AstroPluginOptions): Plugin {
sourceType: 'module',
});

walk(ast as any, {
walk(ast, {
enter(node: any) {
// Transform `Astro.glob("./pages/*.astro")` to `Astro.glob(import.meta.glob("./pages/*.astro"), () => "./pages/*.astro")`
// Also handle for `Astro2.glob()`
Expand Down

0 comments on commit 5b8d2b2

Please sign in to comment.