Open prodaea opened 2 years ago
It seems like this is causing gulpfile.ts to fail because the expected return type is void which causes build errors and prevents piping etc. Also adds option to include the url/file object option in main.
👋 thanks for the contrib. Does this work with gulp 3 and 4?
Only tested this on "gulp": "^4.0.2",
"gulp": "^4.0.2",
It seems like this is causing gulpfile.ts to fail because the expected return type is void which causes build errors and prevents piping etc. Also adds option to include the url/file object option in main.