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
I'm wondering if we should clone and store the original sources array on the file or sourceMap object so we can use it later in sourcemaps.write or gulp.dest when sourcesContent is missing and needs to be loaded.
If we don't stash the original sources array, we could just document that this needs to be used with caution if the end-user expects sourcesContent to be populated.