DEV Community

Discussion on: Practical WEBPACK Basics: Pure Javascript frontend

Collapse
 
naveennamani profile image
naveennamani

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.

Collapse
 
steffanboodhoo profile image
steffanboodhoo

thank you ! looks like we had a similar experience when revisiting our configs 😅