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

Make chunking consistent when emitting files #3055

Merged
merged 1 commit into from Aug 13, 2019

Conversation

lukastaegert
Copy link
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

Description

This makes the chunking reproducible when additional chunks are emitted and the loading speed varies. This is done by enforcing the entry modules to always retain the order in which the chunks were emitted. This should fix a blinking test.

@codecov
Copy link

codecov bot commented Aug 12, 2019

Codecov Report

Merging #3055 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #3055      +/-   ##
=========================================
+ Coverage   88.68%   88.7%   +0.01%     
=========================================
  Files         165     165              
  Lines        5708    5718      +10     
  Branches     1743    1744       +1     
=========================================
+ Hits         5062    5072      +10     
  Misses        388     388              
  Partials      258     258
Impacted Files Coverage Δ
src/ModuleLoader.ts 97.51% <100%> (+0.13%) ⬆️

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 9cd5668...1f9404b. Read the comment docs.

@lukastaegert lukastaegert merged commit 6b2b650 into master Aug 13, 2019
@lukastaegert lukastaegert deleted the consistent-chunking branch August 13, 2019 05:23
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.

None yet

1 participant