File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
packages/integration-tests/utils Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,9 @@ import { sentryWebpackPlugin } from "@sentry/webpack-plugin";
10
10
import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin" ;
11
11
import { sentryRollupPlugin } from "@sentry/rollup-plugin" ;
12
12
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 ] ;
14
14
15
- type Bundlers =
16
- | "webpack4"
17
- | "webpack5"
18
- | "esbuild"
19
- | "rollup"
20
- | "vite"
21
- | string ;
15
+ type Bundlers = "webpack4" | "webpack5" | "esbuild" | "rollup" | "vite" | string ;
22
16
23
17
export function createCjsBundles (
24
18
entrypoints : { [ name : string ] : string } ,
You can’t perform that action at this time.
0 commit comments