1.

Which of the following codes can help us perform compilation automatically?

Answer»

Which of the following codes can help us PERFORM COMPILATION automatically?
Choose the CORRECT answer from below list
(1)execute: "webpack ./src/app.js ./dist/bundle.js"
(2)load: "webpack ./src/app.js ./dist/bundle.js"
(3)BUILD: "webpack ./src/app.js ./dist/bundle.js"
(4)automate: "webpack ./src/app.js ./dist/bundle.js"

Answer:-(3)build: "webpack ./src/app.js ./dist/bundle.js"



Discussion

No Comment Found