Hi, community friends.
You have had a small problem importing the Bulma Carousel library from npm with yarn
.
When I put in the main.scss file
// @import “~ some-node-module”;
@import "~ bulma-carousel / dist / css / bulma-carousel";
and
in the main.js file
import from 'bulma-carousel / dist / js / bulma-carousel.min';
Then I run the yarn build command but the JS files in the library do not import them and the DOM did not see the events.
the tried to import the library with the codes and the does not work
import bulmaCarousel from 'bulma-carousel / dist / js / bulma-carousel.min';
import from 'bulma-carousel';
Has anyone had problems with bulma? Can something help me?
Thanks for everything