-
-
Notifications
You must be signed in to change notification settings - Fork 600
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
multi-entry plugin no such file error #488
Comments
Unfortunately we'll need a complete reproduction to triage this for you. I'd suggest making a repo with instructions for which node version to use in the README |
@shellscape Here is the branch for you to try: If you want the configuration without multi entry, try |
That's appreciated, but it doesn't fit the definition of minimal as mentioned in the issue template.
|
Could you check the link again? I removed the not-needed folders so you can just see what is needed. |
@aminya @shellscape I'm also using
Any plan to fix this? I think choosing |
@shellscape watch the comment above me there we have a example of a bug where we can not even use the repl to reproduce that as the |
I can confirm I'm having this same issue with plugin-multi-entry, again on a Windows OS (Win 10). On my private project, I included multi-entry for the intent of forcing certain files to be provided on the bundle entry point, but with my build/watch process, I end up with this error:
EDIT: Rollup is able to generate the bundles to be dynamically imported, but the entry file is missing from the generated output. Perhaps there should be a way to override the entry point filename? |
Related issue: #95 |
Thank you! I am very happy that you found the reason! Now, I am sure they can fix it. @frank-dspeed Now that the reason is found, we, the windows users, may be able to fix it |
@aminya the repl thing is a general thing here it is a internal none related discussion between me and @shellscape :) |
@frank-dspeed I made a pull request. Check it out. You can use U+A789 instead of the Colon in Windows. But the name of the final bundle is now |
Fixed by #520 |
The multi-entry plugin still creates a file with @shellscape So please reopen this issue until an actual fix. 🙏 |
@cyclops24 the right way to track this is with a new issue. |
How Do We Reproduce?
In REPL.it https://repl.it/@aminya/x-terminal#rollup.config.js
Repository: https://github.com/aminya/x-terminal/tree/multientry
I could not reproduce it completely since the node version is 12. You need have 14.5.0, but here is the configuration:https://repl.it/join/hgnuaflr-aminya
Expected Behavior
while dist folder exists
Actual Behavior
Bundling.
The text was updated successfully, but these errors were encountered: