Skip to content

Commit

Permalink
size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Feb 14, 2025
1 parent 4bec57d commit 9f55ad3
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: '69 KB',
modifyWebpackConfig: function (config) {
const webpack = require('webpack');
const TerserPlugin = require('terser-webpack-plugin');
Expand Down

0 comments on commit 9f55ad3

Please sign in to comment.