Skip to content

Commit 19bcce2

Browse files
committed
Lint
1 parent c0cee63 commit 19bcce2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

packages/integration-tests/utils/create-cjs-bundles.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ import { sentryWebpackPlugin } from "@sentry/webpack-plugin";
1010
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin";
1111
import { sentryRollupPlugin } from "@sentry/rollup-plugin";
1212

13-
const [NODE_MAJOR_VERSION] = process.version.replace('v', '').split(".").map(Number) as [number];
13+
const [NODE_MAJOR_VERSION] = process.version.replace("v", "").split(".").map(Number) as [number];
1414

15-
type Bundlers =
16-
| "webpack4"
17-
| "webpack5"
18-
| "esbuild"
19-
| "rollup"
20-
| "vite"
21-
| string;
15+
type Bundlers = "webpack4" | "webpack5" | "esbuild" | "rollup" | "vite" | string;
2216

2317
export function createCjsBundles(
2418
entrypoints: { [name: string]: string },

0 commit comments

Comments
 (0)