updated gitignore

This commit is contained in:
Rene Haas
2022-08-11 11:19:50 +02:00
parent 8a62dbf622
commit aa9dd009be
76 changed files with 422 additions and 13503 deletions
+1 -2
View File
@@ -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);