Which of the following codes can help us perform compilation automatically?
Select the correct option from below list
a) load: “webpack ./src/app.js ./dist/bundle.js”
b) build: “webpack ./src/app.js ./dist/bundle.js”
c) automate: “webpack ./src/app.js ./dist/bundle.js”
d) execute: “webpack ./src/app.js ./dist/bundle.js”