Replies: 1 comment 13 replies
-
It means swiper import them itself, you can ignore them if you need using https://webpack.js.org/plugins/ignore-plugin/, but it can break code if code did not written in right way |
Beta Was this translation helpful? Give feedback.
13 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.
-
Hi, swiperjs, from docs:
"By default Swiper exports only core version without additional modules (like Navigation, Pagination, etc.). So you need to import and configure them too:"
I'm doing some tests, my index.js is just this:
And this is my webpack config:
Well, the BundleAnalyzer graph shows that ALL the swiper modules are bundled. Why? How can I avoid that?
Beta Was this translation helpful? Give feedback.
All reactions