Skip to content

Commit dece0ec

Browse files
committed
ref: Change sizelimit to only webpack and size
1 parent 33a414f commit dece0ec

File tree

4 files changed

+15
-175
lines changed

4 files changed

+15
-175
lines changed

.github/workflows/size-limit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ on:
33
pull_request:
44
branches:
55
- master
6+
67
jobs:
78
job_1:
89
name: Size Check
910
runs-on: ubuntu-latest
10-
env:
11-
CI_JOB_NUMBER: 1
1211
steps:
1312
- uses: actions/checkout@v2
1413
- uses: andresz1/[email protected]

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = [
99
name: '@sentry/browser - Webpack',
1010
path: 'packages/browser/esm/index.js',
1111
import: '{ init }',
12-
limit: '18 KB',
12+
limit: '19 KB',
1313
},
1414
{
1515
name: '@sentry/react - Webpack',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"devDependencies": {
3737
"@google-cloud/storage": "^2.5.0",
38-
"@size-limit/preset-big-lib": "^4.5.5",
38+
"@size-limit/preset-small-lib": "^4.5.5",
3939
"@strictsoftware/typedoc-plugin-monorepo": "^0.2.1",
4040
"@types/chai": "^4.1.3",
4141
"@types/jest": "^24.0.11",

0 commit comments

Comments
 (0)