0 votes
in Bundling with Webpack by

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”

1 Answer

0 votes
by

b) build: “webpack ./src/app.js ./dist/bundle.js”

Related questions

0 votes
asked Jun 12, 2020 in Python by Robindeniel
0 votes
asked Dec 23, 2021 in Image Classification by rajeshsharma
...