snitin315 Open Blog
TwitterFacebookRSS Feed

snitin315 Open Blog

Thoughts, stories and ideas.

HomeTagAuthorHelp
About

What does webpack do?

If you are building a modern JavaScript application, you have likely heard the term webpack mentioned before. Webpack is a static module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset. Modules are reusable chunks of code built from your app’s JavaScript, node_modules, images, and the CSS which are packaged to be easily used in your website. Webpack separates the cod
Nitin Kumar
Nitin Kumar
4 min read
Featured

Test Post #1

Thanks for reading! New Update
Nitin Kumar
Nitin Kumar
1 min read
snitin315 Open Blog © 2021 — Published with Ghost
HomeTagAuthorHelp