We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b72fb commit 6f3b97aCopy full SHA for 6f3b97a
.size-limit.js
@@ -39,14 +39,14 @@ module.exports = [
39
},
40
{
41
name: '@sentry/react - Webpack (gzipped + minified)',
42
- path: 'packages/react/esm/index.js',
+ path: 'packages/react/build/esm/index.js',
43
import: '{ init }',
44
gzip: true,
45
limit: '100 KB',
46
47
48
name: '@sentry/nextjs Client - Webpack (gzipped + minified)',
49
- path: 'packages/nextjs/esm/index.client.js',
+ path: 'packages/nextjs/build/esm/index.client.js',
50
51
52
0 commit comments