Skip to content

Commit 8205969

Browse files
committed
bump size limit?
1 parent 573d779 commit 8205969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = [
2929
path: 'packages/browser/build/npm/esm/index.js',
3030
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
3131
gzip: true,
32-
limit: '66 KB',
32+
limit: '67 KB',
3333
modifyWebpackConfig: function (config) {
3434
const webpack = require('webpack');
3535
config.plugins.push(

0 commit comments

Comments
 (0)