fix(core): update

This commit is contained in:
2019-02-20 23:54:38 +01:00
parent ff4c66b25a
commit 81383b5498
9 changed files with 890 additions and 241 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export let src = (minimatchPathArrayArg: string[]): Transform => {
process.cwd(),
minimatchPath
);
smartfileArray = plugins.lodash.concat(smartfileArray, localSmartfileArray);
smartfileArray = [...smartfileArray, ...localSmartfileArray];
}
gulpStream.pipeSmartfileArray(smartfileArray);
};