Skip to content

Commit 2f3ea1d

Browse files
committed
Fix default cjs output
1 parent 843045c commit 2f3ea1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/dev-tools/src/helpers/get-cjs-entry-points.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ export function getCJSEntryPoints(): {
3737
}
3838

3939
// Default entry
40-
return [{inputFile: './dist/index.js', outputFile: './dist.index.cjs'}];
40+
return [{inputFile: './dist/index.js', outputFile: './dist/index.cjs'}];
4141
}

0 commit comments

Comments
 (0)