We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
matchesGlob
1 parent e628ea0 commit c72a8a7Copy full SHA for c72a8a7
build.config.ts
@@ -19,7 +19,7 @@ async function buildZeptomatch() {
19
write: false,
20
stdin: {
21
resolveDir: process.cwd(),
22
- contents: /* js */ `export { default as zeptomatch } from "zeptomatch";`,
+ contents: /* js */ `export { default } from "zeptomatch";`,
23
},
24
}).then((r) => r.outputFiles![0].text);
25
0 commit comments