"swiper": "^6.8.4", "vue-awesome-swiper": "^4.1.1", AND TO FIX NAVIGATION/PAGINATION BUGS related to v6: import Vue from "vue" import { Swiper as SwiperClass, Pagination, Navigation, Autoplay } from "swiper/swiper.esm" import getAwesomeSwiper from "vue-awesome-swiper/dist/exporter" ...
1. Pin from JSDelivr ./bin/importmap pin @popperjs/core@latest/+esm --download --from jsdelivr 2. Add the fix forprocess.env <!-- In app/views/layouts/application.html.erb --> window.process = { env: { NODE_ENV: 'production'} } 3. [Optional] Rename...