-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Automatically force close Rollup when done #4969
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#process-exit or load it into the REPL: |
Codecov Report
@@ Coverage Diff @@
## master #4969 +/- ##
==========================================
+ Coverage 98.96% 98.99% +0.02%
==========================================
Files 222 222
Lines 8123 8123
Branches 2237 2237
==========================================
+ Hits 8039 8041 +2
+ Misses 29 28 -1
+ Partials 55 54 -1
|
This PR has been released as part of rollup@3.21.3. You can test it via |
I will revert this change as it caused too many issues elsewhere, see #5004. |
This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
As many people were reporting issues, this implements the proposed force quite via
process.exit
that some proposed.