Skip to content

Commit 6b17363

Browse files
committed
remove non-gzipped size-check entry
1 parent 712bd1b commit 6b17363

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.size-limit.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,4 @@ module.exports = [
7878
limit: '100 KB',
7979
ignore: ['@sentry/browser', '@sentry/utils', '@sentry/core', '@sentry/types'],
8080
},
81-
{
82-
name: '@sentry/replay - Webpack (minified)',
83-
path: 'packages/replay/build/npm/esm/index.js',
84-
import: '{ Replay }',
85-
gzip: false,
86-
limit: '300 KB',
87-
ignore: ['@sentry/browser', '@sentry/utils', '@sentry/core', '@sentry/types'],
88-
},
8981
];

0 commit comments

Comments
 (0)