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

Don't ship source maps #141

Merged
merged 2 commits into from
Mar 30, 2021
Merged

Don't ship source maps #141

merged 2 commits into from
Mar 30, 2021

Conversation

realityking
Copy link
Contributor

In the spirit of #137 I've extracted one change from #129 which is to no longer generate source maps.

Since the shipped code is not minified and in-fact there's only two transformations running (adding function names and converting ESM->CJS) there's little value in shipping them.

This reduces the size of the dist folder by 42%. (ca. 150kB)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 249

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 72.948%

Totals Coverage Status
Change from base Build 247: 0.0%
Covered Lines: 172
Relevant Lines: 236

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 249

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 72.948%

Totals Coverage Status
Change from base Build 247: 0.0%
Covered Lines: 172
Relevant Lines: 236

💛 - Coveralls

@gajus gajus merged commit bf7d80e into gajus:master Mar 30, 2021
@gajus
Copy link
Owner

gajus commented Mar 30, 2021

🎉 This PR is included in version 6.0.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Mar 30, 2021
@realityking realityking deleted the no-sourcemap branch March 30, 2021 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants