Skip to content

Commit c22dc03

Browse files
committed
udate
1 parent 2389c6d commit c22dc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/check-plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface BundleParams {
99

1010
export async function checkPlugins(): Promise<BundleParams> {
1111
const params: BundleParams = {
12-
sentry: true,
12+
sentry: false,
1313
minify: true,
1414
sourcemap: false,
1515
};

0 commit comments

Comments
 (0)