Skip to content

Commit abac461

Browse files
committed
PR review
1 parent e4ddc9e commit abac461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rollup-plugin/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function getRollupMajorVersion(): string | undefined {
5454
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
5555
export function _rollupPluginInternal(
5656
userOptions: Options = {},
57-
buildTool: string,
57+
buildTool: "rollup" | "vite",
5858
buildToolMajorVersion?: string
5959
) {
6060
const sentryBuildPluginManager = createSentryBuildPluginManager(userOptions, {

0 commit comments

Comments
 (0)