Replies: 2 comments 2 replies
-
@ckanitz did you ever figure this out? Running into the same issue. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Glad I'm not the only one. So basically, it needs either a main or index file in the module's directory instead of nothing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
with version 10 the module imports moved from
swiper
toswiper/modules
updates my scripts and build with webpack works again
eslint however can't resolve the path to
swiper/modules
resulting in an error.for now I resolved it with
// eslint-disable-next-line import/no-unresolved
but a solution to "hint" eslint correctly would be nice.any ideas?
Beta Was this translation helpful? Give feedback.
All reactions