Swiper not shown when purgeCSS has been used in Nextjs #6009
Unanswered
shubham-available
asked this question in
Q&A
Replies: 1 comment
-
I'm also facing the same issue, and I tried this on postcss.config.js, seems it works |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using nextjs and applying purgeCSS to remove unused CSS. It is not removing the css for swiper but the swiper content is not showing up on the screen. The content is being loaded but not showing on the screen.
Here are my next.config.js file
Here is the postcss.config.js file
Is there anything, I am missing here or any help would be great?
Beta Was this translation helpful? Give feedback.
All reactions