We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d9f9f commit bc31a81Copy full SHA for bc31a81
src/commands/build.ts
@@ -44,7 +44,7 @@ const filesToExcludeFromDist = [
44
];
45
46
const moduleMappings = {
47
- esm: "node16",
+ esm: "es2022",
48
cjs: "commonjs",
49
} as const;
50
0 commit comments