Patch Changes
- #3660
181d0068b7ec8fcd76de94f78cec9526b0415ce2Thanks @jodeleeuw! - FixcreateCoreDistArchivedropping plugins fromdist.zip. Recent release archives were missing the alphabetical tail ofdist/*.js(e.g.plugin-survey-multi-*,plugin-video-*,plugin-virtual-chinrest,plugin-visual-search-circle, theplugin-webgazer-*plugins) along with someexamples/*.htmlfiles. Under gulp 5's streamx-based Vinyl,merge-streamwould race withgulp-zipand finalize the archive before slow upstreams (notably the 3 MBplugin-survey/dist/index.browser.js) had finished flushing. The task now drains every substream first and feeds the collected files intogulp-zipfrom a single ordered stream.