Answers for "how to install webpack.config.js"

3

how to configure webpack.config.js file

step 1:-create webpack.config.js file in root folder

step 2:- add below commands to webpack.config.js
   

module.exports={
  
  mode:"development",  // to specify the mode 
  
  
}
Posted by: Guest on May-05-2021
-1

webpack config example

npm install --save-dev webpack-dev-server
Posted by: Guest on November-20-2020
0

npm webpack

yarn add webpack --dev
Posted by: Guest on April-20-2020

Code answers related to "how to install webpack.config.js"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language