Skip to content

Commit

Permalink
build: fix matchesGlob import
Browse files Browse the repository at this point in the history
resolves #209
  • Loading branch information
pi0 committed Feb 11, 2025
1 parent e628ea0 commit c72a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function buildZeptomatch() {
write: false,
stdin: {
resolveDir: process.cwd(),
contents: /* js */ `export { default as zeptomatch } from "zeptomatch";`,
contents: /* js */ `export { default } from "zeptomatch";`,
},
}).then((r) => r.outputFiles![0].text);

Expand Down

0 comments on commit c72a8a7

Please # to comment.