Explain webpack?



Explain webpack?..

Answer / Anubhav Sharma

webpack is a module bundler for modern JavaScript applications. It takes your application's modules and builds a single bundle that contains all the necessary dependencies, allowing you to run your app in any environment.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What are the main components of routing in angualr 2?

1 Answers  


How can we setting up our development environment for angular 2?

1 Answers  


What is the difference between [ngfor] and [ngforof]?

1 Answers  


Can you write both angular 1 and angular 2 codes in a single project?

1 Answers  


How can a number of watchers and digest cycle time affect the performance of the application?

1 Answers  


What does spa (single page application) mean? How can we implement spa with angular?

1 Answers  


Which one is fast between $digest and $apply?

1 Answers   SLK Software,


How will you create a custom service?

1 Answers  


Can localstorage be hacked?

1 Answers  


What is ngzone service in angular?

1 Answers  


How to manage cookie in AngularJS?

1 Answers  


Which is the best backend technology for angular?

1 Answers  


Categories