Skip to content

Commit

Permalink
chore(deps): pin @rollup/plugin-replace to 5.0.4
Browse files Browse the repository at this point in the history
5.0.5 introduced a regression that causes replacements in the truthy
branch of ternaries to be skipped: rollup/plugins#1619

This causes the enum replacements to fail and leads to bundle size
regressions.
  • Loading branch information
yyx990803 committed Feb 5, 2024
1 parent d27ee59 commit a012e39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-replace": "5.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@types/hash-sum": "^1.0.2",
"@types/minimist": "^1.2.5",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a012e39

Please sign in to comment.