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
npm list webpack
For yarn users
yarn list webpack
I hope it helps you, All the best 👍.