Skip to content

Commit b40d1e3

Browse files
committed
fix merge error
1 parent dc2d294 commit b40d1e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/toolkit/scripts/build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ async function bundle(options: BuildOptions & EntryPointOptions) {
205205
format !== 'cjs' ? ts.ModuleKind.ES2015 : ts.ModuleKind.CommonJS,
206206
target: esVersion,
207207
},
208-
fileName: chunk.path
209208
})
210209

211210
const mergedSourcemap = merge(sourcemap, result.sourceMapText)

0 commit comments

Comments
 (0)