Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Configuring Webpack

Michal Janek
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Michal Janek
Front End Web Development Techdegree Graduate 30,654 Points

Why should we configure Webpack for React ourselves when there is a create-react-app (even workshop on Treehouse)?

Re-inventing the wheel or just a little overview on general webpack configuration?

1 Answer

Josh Reynolds
Josh Reynolds
10,734 Points

It's one thing to use something and another to understand it. This is a pretty high level overview of Webpack but let's you see what is happening under the create-react-app hood slightly, with how you set up the basics for a build step. Important knowledge you should definitely not skip :)