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 78abb6e commit 1af4845Copy full SHA for 1af4845
packages/vite-plugin/src/index.ts
@@ -33,9 +33,6 @@ function viteComponentNameAnnotatePlugin(ignoredComponents?: string[]): Unplugin
33
function viteDebugIdInjectionPlugin(): UnpluginOptions {
34
return {
35
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
39
vite: createRollupDebugIdInjectionHooks(),
40
};
41
}
0 commit comments