mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-15 01:52:27 +03:00
updated gitignore
This commit is contained in:
@@ -86,9 +86,8 @@ const mergeAndResolveOptions = (userOptions) => {
|
||||
},
|
||||
},
|
||||
};
|
||||
const { src, dist, types, styles } = mergedOptions.paths;
|
||||
const { dist, types, styles } = mergedOptions.paths;
|
||||
|
||||
mergedOptions.paths.src = resolvePath(projectPath, src);
|
||||
mergedOptions.paths.dist = resolvePath(projectPath, dist);
|
||||
mergedOptions.paths.types = resolvePath(projectPath, types);
|
||||
mergedOptions.paths.styles = resolvePath(projectPath, styles);
|
||||
|
||||
Reference in New Issue
Block a user