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
when I set ssr: false in nuxt.config.ts, CI show tips:
[error] Nuxt Build Error: [vite]: Rollup failed to resolve import "swiper/css" from "virtual:nuxt:/builds/mfex/ssr-source/goodtime/.nuxt/css.mjs".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
util I import swiper/vue instead of nuxt-swiper
The text was updated successfully, but these errors were encountered:
Please let me know if that helps. v1 will soon be deprecated.
Hi, does "v1 will soon be deprecated" mean that we have another v2.x.x nuxt-swiper which supports swiper element (webComponents)? Shall I use this library or I might wait you to publish the v2 version?
Currently, I am struggling in setting up the swiper element with Nuxt3... :(
when I set ssr: false in nuxt.config.ts, CI show tips:
util I import swiper/vue instead of nuxt-swiper
The text was updated successfully, but these errors were encountered: