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 dc2d294 commit b40d1e3Copy full SHA for b40d1e3
packages/toolkit/scripts/build.ts
@@ -205,7 +205,6 @@ async function bundle(options: BuildOptions & EntryPointOptions) {
205
format !== 'cjs' ? ts.ModuleKind.ES2015 : ts.ModuleKind.CommonJS,
206
target: esVersion,
207
},
208
- fileName: chunk.path
209
})
210
211
const mergedSourcemap = merge(sourcemap, result.sourceMapText)
0 commit comments