Skip to content

Commit

Permalink
[core] Fix invalid source maps being generated (#7188)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyalayo authored Dec 12, 2024
1 parent 9ebe3ae commit 4de77ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build/rollup/create-package-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export function createPackageConfig(packagePath: string): RollupOptions {
const plugins = [
nodeResolve({ extensions: ['.ts', '.tsx', '.js', '.jsx'] }),
esbuild({
sourceMap: false,
tsconfig: getPath('tsconfig.json'),
}),
alias({ entries: aliasEntries }),
Expand Down

0 comments on commit 4de77ec

Please sign in to comment.