Summary: Version 0.4.2 should be considered a breaking change; update package.json to "version": "1.0.0",. (That's my conclusion. Forgive me for being a newbie.)
Problem: Receiving 'throw new Error ('base must be set to non-empty string, or null/undefined.');
The code where the error is occurring: return remoteSrc(devFilesArr, { base: '' })
I believe the problem stems from breaking changes—going from version 0.5.3 to "vinyl": "~2.0.1".
Summary: Version 0.4.2 should be considered a breaking change; update package.json to
"version": "1.0.0",
. (That's my conclusion. Forgive me for being a newbie.)Problem: Receiving 'throw new Error ('base must be set to non-empty string, or null/undefined.');
The code where the error is occurring:
return remoteSrc(devFilesArr, { base: '' })
I believe the problem stems from breaking changes—going from version 0.5.3 to "vinyl": "~2.0.1".
Let me know if you need anything else.