Hi.
I am trying to install the plugin Swiper into my Sage 10 theme, but I am meeting an issue.
After installing it via NPM, the issue come when I call the following line in my app.js :
import ‘swiper/css’;,
I have the following message :
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file
I understand that I need to install a css loader but I don’t know which one, and how to it.
Is it possible to have some help?
Thanks.