We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6003fdc commit 0ddf6aeCopy full SHA for 0ddf6ae
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()) as Plugin,
+ ...(_rollupPluginInternal(options, "vite", getViteMajorVersion()) as Plugin),
25
},
26
];
27
};
0 commit comments