File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,9 @@ const baseBundleConfig = makeBaseBundleConfig({
1919 __SENTRY_REPLAY_VERSION__ : JSON . stringify ( pkg . version ) ,
2020 } ,
2121 } ) ,
22+ // lodash.debounce is a CJS module, so we need to convert it to ESM first
2223 commonjs ( ) ,
2324 ] ,
24- output : {
25- // set exports to 'named' or 'auto' so that rollup doesn't warn about
26- // the default export in `worker/worker.js`
27- exports : 'auto' ,
28- } ,
2925 } ,
3026} ) ;
3127
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { deleteSession } from './session/deleteSession';
2323import { getSession } from './session/getSession' ;
2424import { saveSession } from './session/saveSession' ;
2525import { Session } from './session/Session' ;
26- import {
26+ import type {
2727 AllPerformanceEntry ,
2828 InstrumentationTypeBreadcrumb ,
2929 InstrumentationTypeSpan ,
You can’t perform that action at this time.
0 commit comments