Skip to content

Commit 1af4845

Browse files
committed
cleanup
1 parent 78abb6e commit 1af4845

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/vite-plugin/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ function viteComponentNameAnnotatePlugin(ignoredComponents?: string[]): Unplugin
3333
function viteDebugIdInjectionPlugin(): UnpluginOptions {
3434
return {
3535
name: "sentry-vite-debug-id-injection-plugin",
36-
// type cast necessary because the return type of createRollupDebugIdInjectionHooks
37-
// is a pass-through from `rollup` which is not compatible with the VitePlugin type
38-
// for some rason
3936
vite: createRollupDebugIdInjectionHooks(),
4037
};
4138
}

0 commit comments

Comments
 (0)