Contents
Inspiration
Prerequisites
Setup
Webpack basics
Sample App and Bundling
Configurations
Development
Module and Loaders
Extra Bit...
For further actions, you may consider blocking this person and/or reporting abuse
I once used webpack and when I went back to the configuration file, I remember nothing, just understanding it and making some configuration change was a challenging task. But luckily today, we have so many build tools like creat-react-app, vite etc., which simplifies all these configuration for us in setting up jsx, css loaders, code splitting, css-in-js, typescript etc. etc.
Anyway, your post was very well organised and was a good read.
thank you ! looks like we had a similar experience when revisiting our configs 😅
Great, well-sequenced and easy to follow! The only thing I got tripped up on I didn't notice until the end I needed to import my style.css file into my sample_index.js
Maybe most people already knew that.
thanks ! and what you said is very valid I forgot to mention you had to import the style.css, I will edit the blog now, so thank you even more !!!
What a fantastic setup guide.
thank you ! I'm really happy you found it useful 😁
This is a very useful guide. Clear and well organised!
Thank you!
thank you ! really happy to see people finding it useful
This was so well written! Thank you, I closed some important gaps in my webpack understanding!
really happy to hear 😁
Excellent. Very nice article for beginners.
I never ever dared using webpack barehanded. But now, I feel like I have some great superpower with me. Thank you so much for this blog, made my day.
I'm glad you enjoyed 😅😅
Thanks!
SO well written and informative.
Super useful. Been looking for somewhere that ties it all together like this. Big Ups!
Great post! It's always good to understand how things actually work. Thank you for this and looking forward to more content.
This was well structured, I must say. Easy to follow and understand...thank you for this!!
It is rare to come across an article that shows you how to easily implement code into your solution. Thank you for this great article Steffan. Looking forward to seeing more content from you.
Very useful. Thank you