InterviewSolution
Saved Bookmarks
| 1. |
What is the advantage of using Webpack? |
|
Answer» The ADVANTAGE of a web pack is explained through its description above. It helps in making a BUNDLE of the project modules into a single JAVASCRIPT FILE. Webpack COMBINED the Dev server which helps in updating the code and asset management. |
|