Hi Friends đź‘‹,

Welcome To Infinitbility! ❤️

To check webpack version in react js,

  1. Open the terminal ( CMD ) and navigate to your project.
  2. run the npm list webpack or yarn list webpack command

it will list down all your packages with their webpack version.

Today, I’m going to show you How do I check webpack version in react js, as above mentioned here, I’m going to use the npm list or yarn list commands.

Let’s start today’s tutorial how do you check webpack version in react js?

In this example, we will

  1. open a terminal and navigate to our project directory
  2. run the list command with webpack

For npm users

npm list webpack

For yarn users

yarn list webpack
React Js, check webpack version example
React Js, check webpack version example

I hope it helps you, All the best đź‘Ť.