Skip to content

Commit c72a8a7

Browse files
committed
build: fix matchesGlob import
resolves #209
1 parent e628ea0 commit c72a8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function buildZeptomatch() {
1919
write: false,
2020
stdin: {
2121
resolveDir: process.cwd(),
22-
contents: /* js */ `export { default as zeptomatch } from "zeptomatch";`,
22+
contents: /* js */ `export { default } from "zeptomatch";`,
2323
},
2424
}).then((r) => r.outputFiles![0].text);
2525

0 commit comments

Comments
 (0)