You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix gulp-zip v6 ESM compatibility
gulp-zip v6 is pure ESM. Use dynamic import() instead of require()
to load it in the CommonJS gulpfile.
* Update gulp-zip to v6.1.0
0 commit comments