Giter Site home page Giter Site logo

Comments (8)

bstst avatar bstst commented on May 29, 2024 1

Had the same issue. Got it working on my rails app with this (environment.js), which should also work for other webpack environments:

const { environment } = require('@rails/webpacker');

const webpack = require('webpack');

environment.plugins.append(
  'NormalReplace',
  new webpack.NormalModuleReplacementPlugin(/swiper\/bundle/, 'swiper/swiper-bundle')
);

module.exports = environment;

from stimulus-carousel.

TazzyG avatar TazzyG commented on May 29, 2024

I also have the same error following the same guidelines.

from stimulus-carousel.

ernsheong avatar ernsheong commented on May 29, 2024

from stimulus-carousel.

ztcollazo avatar ztcollazo commented on May 29, 2024

Have you tried import 'swiper/css/bundle'?

from stimulus-carousel.

guillaumebriday avatar guillaumebriday commented on May 29, 2024

@ztcollazo I updated the documentation with this solution 👍

from stimulus-carousel.

ernsheong avatar ernsheong commented on May 29, 2024

I think this is unresolved. You are importing from "swiper/bundle" directly:

image

import Swiper from 'swiper/bundle'

And using Vite to resolve it:

image

swiper/bundle doesn't exist in my node_modules:

image

Hence error:

image

So for most of us it will fail unless we define "swiper/bundle" globally, but this is a poor approach?

from stimulus-carousel.

ztcollazo avatar ztcollazo commented on May 29, 2024

You might be able to try extending the controller and overriding the swiper instance with a new instance that is imported from 'swiper' instead of 'swiper/bundle'.

from stimulus-carousel.

belumarek avatar belumarek commented on May 29, 2024

hey guys the solution given by @guillaumebriday its not working, someone got the answer?

from stimulus-carousel.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.