Hi Friends 👋,
Welcome To Infinitbility! ❤️
To check webpack version in react js,
- Open the terminal ( CMD ) and navigate to your project.
- run the
npm list webpack
oryarn 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
- open a terminal and navigate to our project directory
- run the list command with webpack
For npm users
1npm list webpack
For yarn users
1yarn list webpack

I hope it helps you, All the best 👍.
Follow me on Twitter
Join our email list and get notified about new content
No worries, I respect your privacy and I will never abuse your email.
Every week, on Tuesday, you will receive a list of free tutorials I made during the week (I write one every day) and news on other training products I create.