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

Removes source mappings from unbundled builds #6121

Merged
merged 5 commits into from Mar 8, 2024

Conversation

marklundin
Copy link
Member

@marklundin marklundin commented Mar 7, 2024

The unbundled versions of the engine currently include source-maps which is unnecessary. This means the unbundled ESM debug version is 16Mb.

This PR changes build outputs so that only bundled outputs contain source-maps. It reduces the the unbundled debug mjs to 6.4Mb and reduces build times.

I confirm I have read the contributing guidelines and signed the Contributor License Agreement.

@marklundin marklundin merged commit 3876ceb into main Mar 8, 2024
7 checks passed
@marklundin marklundin deleted the remove-unbundled-sourcemapping branch March 8, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants