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

fix: serializing big strings in sourceMap #665

Merged
merged 2 commits into from
Dec 10, 2020

Conversation

cap-Bernardito
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

Fixes #663

Breaking Changes

No

Additional Info

No

@codecov
Copy link

codecov bot commented Dec 10, 2020

Codecov Report

Merging #665 (e2df02b) into master (4277d4d) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #665      +/-   ##
==========================================
+ Coverage   88.72%   88.75%   +0.03%     
==========================================
  Files          11       11              
  Lines         674      676       +2     
  Branches      182      184       +2     
==========================================
+ Hits          598      600       +2     
  Misses         73       73              
  Partials        3        3              
Impacted Files Coverage Δ
src/index.js 91.35% <ø> (ø)
src/loader.js 92.62% <100.00%> (+0.12%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4277d4d...e2df02b. Read the comment docs.

@cap-Bernardito cap-Bernardito force-pushed the fix-serializing-big-strings-in-sourcemap branch from ce5fedc to e786413 Compare December 10, 2020 16:59
@cap-Bernardito cap-Bernardito force-pushed the fix-serializing-big-strings-in-sourcemap branch from e786413 to 08bbfb9 Compare December 10, 2020 17:05
@alexander-akait alexander-akait merged commit f7a5e53 into master Dec 10, 2020
@alexander-akait alexander-akait deleted the fix-serializing-big-strings-in-sourcemap branch December 10, 2020 17:14
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.

Another “Serializing big strings” warning with Webpack 5 filesystem cache and source maps
2 participants