You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
should result in adding proper path to config.resolve.modules in webpack.config.js generated by plugin.
It works perfectly for projects that don't use kotlin-multipatform and have dependency to other projects.
Now this path is not added and webpack cannot resolve some-other-project.js.
The text was updated successfully, but these errors were encountered:
When using
kotlin-multipatform
adding dependency to project this way:should result in adding proper path to
config.resolve.modules
in webpack.config.js generated by plugin.It works perfectly for projects that don't use
kotlin-multipatform
and have dependency to other projects.Now this path is not added and webpack cannot resolve
some-other-project.js
.The text was updated successfully, but these errors were encountered: