Skip to content

Commit

Permalink
fix(remix): Add new sourcemap-upload script files to prepack assets. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Sep 5, 2023
1 parent f54e121 commit 3487fa3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/remix/scripts/prepack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
import * as fs from 'fs';
import * as path from 'path';

const PACKAGE_ASSETS = ['scripts/sentry-upload-sourcemaps.js', 'scripts/createRelease.js'];
const PACKAGE_ASSETS = [
'scripts/sentry-upload-sourcemaps.js',
'scripts/createRelease.js',
'scripts/deleteSourcemaps.js',
'scripts/injectDebugId.js',
];

export function prepack(buildDir: string): boolean {
// copy package-specific assets to build dir
Expand Down

0 comments on commit 3487fa3

Please sign in to comment.