DEV Community

Play Button Pause Button
Maksim Ivanov
Maksim Ivanov

Posted on

Manual Webpack Configuration For React App - Basic Setup

Usually create-react-app is enough to create new React applications, and if you need to have some specific settings - you can always eject and alter its webpack configuration.

But sometimes you just need to set up a project from scratch. In this tutorial, you will learn how to setup Webpack with Babel and React support. We’ll also configure a dev server.

Article on my website

Top comments (0)