We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b5b09 commit 6003fdcCopy full SHA for 6003fdc
packages/vite-plugin/src/index.ts
@@ -21,7 +21,7 @@ export const sentryVitePlugin = (options?: SentryRollupPluginOptions): Plugin[]
21
return [
22
{
23
enforce: "pre",
24
- ..._rollupPluginInternal(options, "vite", getViteMajorVersion()),
+ ..._rollupPluginInternal(options, "vite", getViteMajorVersion()) as Plugin,
25
},
26
];
27
};
0 commit comments