How to use merge-stream with ES6 imports?
I’m using Gulp 5, and I converted my Gulpfile to use modules instead of CommonJS. It mostly works but I’m having trouble with the merge-stream
package. Here’s the minimal version of my original code:
How to use merge-stream with ES6 imports?
I’m using Gulp 5, and I converted my Gulpfile to use modules instead of CommonJS. It mostly works but I’m having trouble with the merge-stream
package. Here’s the minimal version of my original code: