Skip to content

Commit 1fecdf0

Browse files
committed
chore(core): format
1 parent 41dca5d commit 1fecdf0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/core/build.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,7 @@ async function bundleTsdown() {
432432
// Copy esm-shims.js to dist/ so tsdown's shims option can resolve it.
433433
// tsdown resolves this file via path.resolve(import.meta.dirname, '..', 'esm-shims.js'),
434434
// which means it expects the file at dist/esm-shims.js (one level up from dist/tsdown/).
435-
await copyFile(
436-
join(tsdownSourceDir, 'esm-shims.js'),
437-
join(projectDir, 'dist/esm-shims.js'),
438-
);
435+
await copyFile(join(tsdownSourceDir, 'esm-shims.js'), join(projectDir, 'dist/esm-shims.js'));
439436
}
440437

441438
async function brandTsdown() {

0 commit comments

Comments
 (0)