-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Possible dependency conflict with Ktor #565
Comments
Another possible cause could be that the webpack config files that come with Kvision by default are somehow causing this issue. Here is my webpack.js config file:
|
Yes, you are right. Default KVision webpack configuration makes problems with dependency resolution in the
It fixed the issue in my test app. |
Thanks, might be a good idea to update the default webpack config if it doesn't break anything. You can close this now if you want. |
First I need to check, if this custom configuration is still needed. It was necessary some time ago for |
Ktor recently had an issue where webpack would fail to bundle due to an outdated dependency version: https://youtrack.jetbrains.com/issue/KTOR-7912/Module-not-found-errors-when-executing-browserProductionWebpack-task-since-3.0.2.
This issue should have been fixed with the release of Ktor 3.0.3, however I am still getting the same issue:
Could there be a conflict between the dependencies of Kvision and Ktor?
I am using the latest version of Kvision (8.2.0).
The text was updated successfully, but these errors were encountered: