Skip to content

Commit

Permalink
bump size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Aug 26, 2024
1 parent 19e07bb commit e6404b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = [
path: 'packages/browser/build/npm/esm/index.js',
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
gzip: true,
limit: '66 KB',
limit: '66.01 KB',
modifyWebpackConfig: function (config) {
const webpack = require('webpack');
config.plugins.push(
Expand Down

0 comments on commit e6404b7

Please sign in to comment.