-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.1.0 breaks typescript imports #117
Comments
Does #114 fix it? |
Oh, I only searched for issues related to my problem. The PR you mentioned deals with exactly the problem I am facing. |
@schw4rzlicht no problem, can you review/test that PR and see if it fixes the issue? Clone the repository locally, check out that branch, run |
@schw4rzlicht fixed in 1.1.2, give it a spin |
Works now. I have to import it like this now import replace = require("gulp-replace"); which looks a bit unfamiliar but is no problem at all. Thank you very much! |
@schw4rzlicht thanks for reporting back! Yeah, it's a default export, so that makes sense |
Hey there,
my gulpfile is written in Typescript and
gulp-replace
is used like this:After upgrading to
~1.1.0
, this breaks withI also tried
but without success 😕
Any help appreciated!
The text was updated successfully, but these errors were encountered: