0 votes
in GulpJS by
What is webpack?

1 Answer

0 votes
by

Webpack is a build tool that puts all of your assets, including Javascript, images, fonts, and CSS, in a dependency graph. Webpack lets you use require() in your source code to point to local files, like images, and decide how they're processed in your final Javascript bundle, like replacing the path with a URL pointing to a CDN.

Related questions

0 votes
0 votes
asked Feb 27, 2022 in Bundling with Webpack by sharadyadav1986
0 votes
asked Jul 13, 2021 in GulpJS by SakshiSharma
...