Skip to content

Commit

Permalink
chore(size-limit) test esm packages and update size-limit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko committed Jan 13, 2023
1 parent 66d4618 commit 958ce28
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"rollup-plugin-typescript2": "^0.27.3",
"semver": "^7.3.2",
"set-tz": "^0.2.0",
"size-limit": "^4.10.1",
"size-limit": "^8.1.1",
"strip-ansi": "^6.0.0",
"targz": "^1.0.1",
"tmp": "^0.2.1",
Expand All @@ -110,20 +110,21 @@
},
"size-limit": [
{
"path": "./packages/core/build/cjs/core.production.min.js",
"path": "./packages/core/build/esm/core.production.min.js",
"import": "{ i18n }",
"limit": "3 kB"
},
{
"path": "./packages/detect-locale/build/cjs/detect-locale.production.min.js",
"path": "./packages/detect-locale/build/esm/detect-locale.production.min.js",
"limit": "1 kB"
},
{
"path": "./packages/react/build/cjs/react.production.min.js",
"limit": "5 kB"
"path": "./packages/react/build/esm/react.production.min.js",
"limit": "5.5 kB"
},
{
"path": "./packages/remote-loader/build/cjs/remote-loader.production.min.js",
"limit": "1 MB"
"path": "./packages/remote-loader/build/esm/remote-loader.production.min.js",
"limit": "8 kB"
}
]
}

0 comments on commit 958ce28

Please sign in to comment.