-
Notifications
You must be signed in to change notification settings - Fork 15
refactor(cli): add entry point for bin #53
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
Conversation
@ChristopherPHolder thx for having a look at this! Did you try to execute the build artefact? |
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.
Would a combination of bundle false + the additional entry point work for us?
It is worth testing it. |
Here another 🧩 of the puzzle: |
So it seems it is really not straight forward. Just to getting running for the moment i have converted the bin to a .js file and passed as an asset. I know this is not optimal and i am looking into the configuration for getting the bundling correct without the issue of import file extensions. |
a47bb99
to
0ddc2bb
Compare
Relevent: evanw/esbuild#622 |
I'm OK with the Although as mentioned in #73, maybe we don't need two entry points for the |
I am in full agreement. What are your thoughts on this? @BioPhoton |
I'm in for the core package! |
closed as implemented in #66 |
This MR addresses the issue from MR #49