-
Notifications
You must be signed in to change notification settings - Fork 28
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
Where is my entrypoint.js #216
Comments
It looks for |
The workspace I'm bundling has: |
Nope that's correct.
Can you confirm if it's in the top folder, and if not would you mind creating a stripped down repo that reproduces it? additionally, if you're running this in something like docker, you can run the command |
Ok, I will try to reproduce it on an empty project, I'm good with executing the project with yarn workspace start, I was just curious about that file. Thanks |
Describe the bug
I have a workspace with this structure:
api depends on core.
when I run yarn bundle inside api, everything works fine, and bundle.zip is created, but inside, there is no signs of entrypoint.js.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
As the documentation states, there should be a file called entrypoint.js
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: