The problem of gulp merging png into sprite arrangement

Project background: the project uses gulp sass
problem requirements: gulp.spritesmith is used to synthesize sprite images; but the problem is: every time a new png; is re-merged, the previous image location information will change;
want: each new picture; automatically append to the last sprite image; does not affect the previous location

Jul.17,2021
Menu