Skip to content

Commit

Permalink
Increase size limit of bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 committed Jan 20, 2025
1 parent a72c5c4 commit 96c1e3f
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 @@ -54,7 +54,7 @@ module.exports = [
path: 'packages/browser/build/npm/esm/index.js',
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
gzip: true,
limit: '68 KB',
limit: '68.5 KB',
modifyWebpackConfig: function (config) {
const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');
Expand Down

0 comments on commit 96c1e3f

Please sign in to comment.