Namespace: gulpRelativePathMapper

plugins.gulpRelativePathMapper

Functions

default

default(paths): Transform

Gulp plugin to collect basename mappings to relative paths. This is useful in scenarios where the file is bundled but the relative path is required after the bundling.

Parameters

Name Type Description
paths Record<string, string> The map to store the paths to

Returns

Transform