Skip to content

Commit 0ddf6ae

Browse files
committed
lint
1 parent 6003fdc commit 0ddf6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const sentryVitePlugin = (options?: SentryRollupPluginOptions): Plugin[]
2121
return [
2222
{
2323
enforce: "pre",
24-
..._rollupPluginInternal(options, "vite", getViteMajorVersion()) as Plugin,
24+
...(_rollupPluginInternal(options, "vite", getViteMajorVersion()) as Plugin),
2525
},
2626
];
2727
};

0 commit comments

Comments
 (0)