Manual Webpack Configuration For React App - Basic Setup

Опубликовано: 24 Июнь 2019
на канале: Maksim Ivanov
15,724
320

📘New Course: Build full-stack React Typescript applications https://tsreact.maksimivanov.com/s/ytd

New video about Firebase Database + React:    • How to use Firebase Firestore with Re...  

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: https://maksimivanov.com/posts/basic-...