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

Establish bundle behaviour to avoid minification/uglification and ensure sourcemaps #91

Open
cefn opened this issue Oct 6, 2024 · 0 comments
Labels
all-packages enhancement New feature or request

Comments

@cefn
Copy link
Owner

cefn commented Oct 6, 2024

This issue is to ensure that the bundled versions for ESM and CommonJs still contain their fully-qualified names and are not uglified/minified.

Compressing the javascript source is not necessary for Node, and in the case of any real-world browser deployment it would be bundled and minified into the source by the consuming project.

This also means in general that even without sourcemaps it would be easier to make sense of stack traces and debugging.

@cefn cefn added enhancement New feature or request all-packages labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
all-packages enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant