You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ternary condition when i'm not building "for production" runs the last bundler sequence in which excorcist is piped in.
The error I get in my console from this is:
Error: Received a non-Vinyl object in dest()
at Transform.normalize [as _transform] (C:\Projects\test\gulp\node_modules\vinyl-fs\lib\dest\prepare.js:16:17)
at Transform._write (C:\Projects\test\gulp\node_modules\streamx\index.js:981:12)
at WritableState.update (C:\Projects\test\gulp\node_modules\streamx\index.js:187:16)
at WritableState.updateWriteNT (C:\Projects\test\gulp\node_modules\streamx\index.js:550:10)
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
The text was updated successfully, but these errors were encountered:
I think there might be an incompatibility with the "vinyl" dependency that gulp5 uses..
I did not have this working on Gulp4 or anything, but here is my build process, and from what I can tell, this should work:
The ternary condition when i'm not building "for production" runs the last bundler sequence in which
excorcist
is piped in.The error I get in my console from this is:
Error: Received a non-Vinyl object in
dest()
at Transform.normalize [as _transform] (C:\Projects\test\gulp\node_modules\vinyl-fs\lib\dest\prepare.js:16:17)
at Transform._write (C:\Projects\test\gulp\node_modules\streamx\index.js:981:12)
at WritableState.update (C:\Projects\test\gulp\node_modules\streamx\index.js:187:16)
at WritableState.updateWriteNT (C:\Projects\test\gulp\node_modules\streamx\index.js:550:10)
at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
The text was updated successfully, but these errors were encountered: