2
Reply

What is Webpack in Angular application?

Pranam Bhat

Pranam Bhat

3y
1.2k
1
Reply

What do you mean by Webpack/config file in Angular application? What is the purpose and use of Webpack file?

    WebPack is basically a module bundler, Webpack is a tool for bundling application source code and helps to loading that code into a browser

    It tool to create the application runnable in browser with creation of bundle.js, main.js file.