We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ddc9e commit abac461Copy full SHA for abac461
packages/rollup-plugin/src/index.ts
@@ -54,7 +54,7 @@ function getRollupMajorVersion(): string | undefined {
54
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
55
export function _rollupPluginInternal(
56
userOptions: Options = {},
57
- buildTool: string,
+ buildTool: "rollup" | "vite",
58
buildToolMajorVersion?: string
59
) {
60
const sentryBuildPluginManager = createSentryBuildPluginManager(userOptions, {
0 commit comments