DEV Community

Discussion on: A (Very) Beginner's Guide to WEBPACK

Collapse
 
clockwerkz profile image
Carlos

It's funny - since I use create-react-app I never mess with Webpack and honestly just thought it was a mess to deal with. Your explanation is so clean and straight forward!
I'm actually looking to go the module route with three.js and need a bundler that will allow me to import .obj models. Webpack will be perfect for this, so thank you!