Answer the question
In order to leave comments, you need to log in
How to build js files in gulp?
Guys, I don’t understand at all how the build order of js scripts works.
There are scripts to connect:
import $ from 'jquery'
import select2 from 'select2';
select2(window, $);
import FancyBox from '@fancyapps/fancybox';
import Swiper, {Scrollbar, Mousewheel, Navigation} from 'swiper';
Swiper.use([Scrollbar, Mousewheel, Navigation]);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question