Skip to content

Commit fbe9582

Browse files
committed
adjust size-limit paths
1 parent 93a35da commit fbe9582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.size-limit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,22 @@ module.exports = [
6666
// This entry is only here temporarily and will be replaced once we have proper CDN bundles
6767
{
6868
name: '@sentry/replay index.js',
69-
path: 'packages/replay/build/npm/dist/index.js',
69+
path: 'packages/replay/build/npm/esm/index.js',
7070
gzip: true,
7171
limit: '100 KB',
7272
ignore: ['@sentry/browser', '@sentry/utils', '@sentry/core', '@sentry/types'],
7373
},
7474
{
7575
name: '@sentry/replay - Webpack (gzipped + minified)',
76-
path: 'packages/replay/build/npm/dist/index.js',
76+
path: 'packages/replay/build/npm/esm/index.js',
7777
import: '{ Replay }',
7878
gzip: true,
7979
limit: '100 KB',
8080
ignore: ['@sentry/browser', '@sentry/utils', '@sentry/core', '@sentry/types'],
8181
},
8282
{
8383
name: '@sentry/replay - Webpack (minified)',
84-
path: 'packages/replay/build/npm/dist/index.js',
84+
path: 'packages/replay/build/npm/esm/index.js',
8585
import: '{ Replay }',
8686
gzip: false,
8787
limit: '300 KB',

0 commit comments

Comments
 (0)