-
-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): downgrade ordered-read-streams
Turns out the latest version of ordered-read-streams, 2.0.0, does not always order the files as they were given. Looks like the issue is inside the new used streamx lib. It seems the given order is modified internally by the end of the file read, so larger files are still merged at the end rather as the desired position. For example the large emoji.css was always set to the end of the order although the order of that file was given much earlier in the stream array. Reverting back to to v 1.0.1 fixes that (as it does not use streamx, but readable-stream instead of streamx)
- Loading branch information
Showing
2 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters