InterviewSolution
Saved Bookmarks
| 1. |
Tell me when and why should I make use of Webpack? |
|
Answer» While creating a complicated front-end application with TONS of non-code static possessions, for instance, CSS, fonts, images, etc, then, of course, you should make use of Webpack since it has a lot of amazing benefits. If you have a small application that doesn't have a lot of static RESOURCES and you only have to create one file of JAVASCRIPT to help the customers, then Webpack should be more OVERHEAD than NEEDED. |
|