-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add hasDeoptimizedCache flag for ConditionalExpression #6009
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add hasDeoptimizedCache flag for ConditionalExpression #6009
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#fix/conditional-expression-literal-value Notice: Ensure you have installed the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust. or load it into the REPL: |
Performance report
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6009 +/- ##
=======================================
Coverage 98.79% 98.79%
=======================================
Files 270 270
Lines 10569 10575 +6
Branches 2819 2821 +2
=======================================
+ Hits 10442 10448 +6
Misses 87 87
Partials 40 40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Hi @lukastaegert, do you have time to make a patch release? It seems that quite a few people are currently running into this issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Damn, really missed this
haha 😂 |
This PR has been released as part of rollup@4.45.1. You can test it via |
For me it did not resolve. When I run a build in my vite app, I still get: [vite-plugin-pwa:build] [plugin vite-plugin-pwa:build] There was an error during the build: |
Could you check which version of Rollup is installed? |
installed is 4.45.0, trying to set it to 4.45.1 in package json resolves to: npm warn Found: rollup@4.45.0 |
I've verified this does indeed work again in 4.45.1. Not sure what @nipkai is having issues with, but looks like you couldn't find it when you tried to install it for some reason. Works for me locally, though. Thanks for resolving this issue for us! |
Works now as well! I did not change anything :D |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
resolves #6012
related issue: #5770
related PR: #6000
Description