-
-
Notifications
You must be signed in to change notification settings - Fork 461
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
The dependecy 'rollup-plugin-typescript' is deprecated #560
Comments
I am going to try later today |
Getting this error:
Don't know what is causing this... the tests shouldn't be affected... |
Hey, this is just a typescript error. Try replacing:
with
On line 37. |
This did not fix the issue, but I run into a lot of issues with using @rollup/plugin-typescript in personal projects. Although it is the official plugin it still has a lot of issues and is not really popular. I think we should go with the updated version of the previously used plugin rollup-plugin-typescript3. What do you think @lukasoppermann ? |
Sounds good. Let's go ahead with the updated version than. 👍 I updated to the new one for my website, but that was a bit easier I think. Had only 5 things to update. 😁 |
html5sortable/src/html5sortable.ts Lines 180 to 182 in cc69e7f
I am getting an error here... the dragDrop property is not defined, also couldn't find it in the type declarations. Above this piece of code there is this comment:
|
Hey @kaffarell what are the exact errors you get? Do remove this fix we would first need to figure out what IE version needs it. If IE11 does need it, it would maybe be better to stick with it as optional but we could definitely move it into its own file. |
Sorry for the long delay, had a lot to do lately..
|
I am gonna test this later today on IE... |
we should change it to this '@rollup/plugin-typescript'. Don't know if this would brake anything.
The text was updated successfully, but these errors were encountered: