Skip to content

Commit 62bfaa5

Browse files
authored
feat: esbuild no longer uses unplugin (#871)
1 parent 2edffa5 commit 62bfaa5

File tree

4 files changed

+205
-225
lines changed

4 files changed

+205
-225
lines changed

packages/bundler-plugin-core/src/index.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,12 @@ export function getDebugIdSnippet(debugId: string): CodeInjection {
493493

494494
export type { Logger } from "./logger";
495495
export type { Options, SentrySDKBuildFlags } from "./types";
496-
export { CodeInjection, replaceBooleanFlagsInCode, stringToUUID } from "./utils";
496+
export {
497+
CodeInjection,
498+
replaceBooleanFlagsInCode,
499+
stringToUUID,
500+
generateGlobalInjectorCode,
501+
generateModuleMetadataInjectorCode,
502+
} from "./utils";
497503
export { createSentryBuildPluginManager } from "./build-plugin-manager";
498-
export { generateGlobalInjectorCode, generateModuleMetadataInjectorCode } from "./utils";
499504
export { createDebugIdUploadFunction } from "./debug-id-upload";

packages/esbuild-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
},
5050
"dependencies": {
5151
"@sentry/bundler-plugin-core": "4.9.1",
52-
"unplugin": "1.0.1",
5352
"uuid": "^9.0.0"
5453
},
5554
"devDependencies": {

0 commit comments

Comments
 (0)