Skip to content
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

Do not bundle code with esbuild during compile step #152

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

jodyheavener
Copy link
Member

@jodyheavener jodyheavener commented Aug 8, 2023

Related: #146

Context: This package uses esbuild. Up until now we have been bundling the code in this package. This is not necessary as the package is always used in a Node environment, and can even be detrimental to the end user who may wish to patch a specific version of a dependency.

This PR simply removes the --bundle flag in the compile step.

Note: this PR does not address the semver dependency noted in the referenced issue.

@jodyheavener jodyheavener merged commit 71a08d8 into main Aug 9, 2023
1 check passed
@jodyheavener jodyheavener deleted the jh/no-bundle branch August 9, 2023 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants