Answers for "how to configure webpack.config.js file"

2

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

Code answers related to "how to configure webpack.config.js file"

Code answers related to "Javascript"

Browse Popular Code Answers by Language