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
Enables sourcemap support on files passed through the stream. Will write inline soucemaps if specified as `true`. Uses [gulp-sourcemaps] under the hood.
202
+
Enables sourcemap support on files passed through the stream. Will write inline soucemaps if specified as `true`.
203
+
Specifying a `string` is shorthand for the path option. Uses [gulp-sourcemaps] under the hood.
203
204
204
205
Examples:
205
206
@@ -211,9 +212,7 @@ vfs.dest('./', {
211
212
212
213
// Write as files in the same folder
213
214
vfs.dest('./', {
214
-
sourcemaps: {
215
-
path:'.'
216
-
}
215
+
sourcemaps:'.'
217
216
});
218
217
219
218
// Any other options are passed through to [gulp-sourcemaps]
0 commit comments