Answer the question
In order to leave comments, you need to log in
How to build my webpack project?
Help a fool build a project with Webpack, honestly guys don’t give me links, I’m tired of reading a bunch of useless articles on Habré about how cool Webpack is and what it can do 100,500 perversions that I personally don’t care about at all, and while you’re reading all about it, you’re just you start to drown in what those "gurus" write.
I have a small website with this structure
├── css
│ ├── bootstrap.min.css
│ ├── elegant-icons.css
│ ├── font-awesome.min.css
│ ├── magnific-popup.css
│ ├── owl.carousel.min.css
│ ├── slicknav.min.css
│ └── style.css
├── fonts
│ ├── ElegantIcons.eot
│ ├── ElegantIcons.svg
│ ├── ElegantIcons.ttf
│ ├── ElegantIcons.woff
│ ├── FontAwesome.otf
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ └── fontawesome-webfont.woff2
└── js
├── bootstrap.min.js
├── jquery-3.3.1.min.js
├── jquery.countdown.min.js
├── jquery.magnific-popup.min.js
├── jquery.slicknav.js
├── main.js
└── owl.carousel.min.js
Answer the question
In order to leave comments, you need to log in
One of the webpack starter templates , have fun
guys honestly don’t give me links, I’m tired of reading a bunch of useless articles on Habré about how cool Webpack is and what it can do 100500 perversions that I personally don’t care at all
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question