1.

List Benefits Of Using Webpack?

Answer»

Benefits of using Webpack:

  1. It bundles your multiple modules and packs it into a single .js file.
  2. It comes with INTEGRATED dev server. A small express app for local development.You simply include one Javascript TAG POINTED to the server, like localhost:8080/assets/bundle.js, and get live CODE updating and ASSET management for free.

Benefits of using Webpack:



Discussion

No Comment Found