-
Notifications
You must be signed in to change notification settings - Fork 131
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
1.2.4 breaks webpack compilation #16
Comments
Can be fixed by turning
to
But this is still a breaking change for people using ES6 import notation and should've therefore been projected in the semver as 2.0.0. |
How can I reproduce this issue? The only thing added in 1.2.4 is the |
I'm not sure whether it was 1.2.4 or something before, the last working version was 1.2.1 for me. I'll try to attach a reproducable setup tomorrow. :) |
The Project https://github.com/Rebilly/ReDoc get the same error during "npm run build-dist" |
Like I said earlier the only thing changed was the TypeScript definition: https://github.com/simov/slugify/blob/master/index.d.ts |
My guess would be that |
Thanks @jestho! However I'm not that familiar with TypeScript. If anyone can test and see which one of the suggested syntax changes fixes the issue I'll add/merge it. |
You have a pull request fixing this, tested with newest Webpack / TS-Loader example. Works both with
and
now. |
Everyone, the TypeScript definition was fixed in v1.2.6 ! 🎉 ✨ Thank you! 👍 |
The text was updated successfully, but these errors were encountered: