idev0085 / react-boilerplate

0 stars 0 forks source link

What is web pack? #97

Open idev0085 opened 2 years ago

idev0085 commented 2 years ago

webpack is an open-source JavaScript module bundler. It is made primarily for JavaScript, but it can transform front-end assets such as HTML, CSS, and images if the corresponding loaders are included. webpack takes modules with dependencies and generates static assets representing those modules.