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";
1010import { sentryEsbuildPlugin } from "@sentry/esbuild-plugin" ;
1111import { 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
2317export function createCjsBundles (
2418 entrypoints : { [ name : string ] : string } ,
You can’t perform that action at this time.
0 commit comments