fix: better NoEntryPoint error message#4903
Merged
IWANABETHATGUY merged 1 commit intomainfrom Jun 11, 2025
Merged
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
NoEntryPoint error message
shulaoda
approved these changes
Jun 11, 2025
Contributor
Benchmarks Rust |
Base automatically changed from
06-11-fix_fail_to_bundle_when_provide_entrypoint_dynamiclly
to
main
June 11, 2025 04:11
391fe17 to
e36ff37
Compare
Contributor
Merge activity
|
✅ Deploy Preview for rolldown-rs canceled.
|
github-actions bot
pushed a commit
that referenced
this pull request
Jun 11, 2025
## [1.0.0-beta.15] - 2025-06-11 ### 🚀 Features - feat: make native json plugin callable by @shulaoda in [#4908](#4908) - feat: support preserveSignature in `this.emitFile` by @IWANABETHATGUY in [#4895](#4895) - rolldown_plugin_module_preload_polyfill: feat(rolldown_plugin_module_preload_polyfill): expose plugin config by @shulaoda in [#4896](#4896) ### 🐛 Bug Fixes - fix: add missing pathe polyfill by @sxzz in [#4912](#4912) - node: fix(node): call options hook for experimental_scan by @sapphi-red in [#4911](#4911) - fix: better `NoEntryPoint` error message by @IWANABETHATGUY in [#4903](#4903) - fix: fail to bundle when provide entryPoint dynamiclly by @IWANABETHATGUY in [#4902](#4902) ### 🧪 Testing - pluginutils: test(pluginutils): add query suffix case for `makeIdFiltersToMatchWithQuery` by @sapphi-red in [#4914](#4914) - test: copy rollup preserveEntrySignature override-via-plugin test by @IWANABETHATGUY in [#4910](#4910) - test: include error in hmr test snapshots by @sapphi-red in [#4899](#4899) ### ⚙️ Miscellaneous Tasks - chore: update committed dts by @sapphi-red in [#4913](#4913) - chore: bump rolldown-ariadne by @IWANABETHATGUY in [#4909](#4909) - improve prepare release commit message by @Boshen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Since the error is caused by incorrect configuration, which should not be unhandled.