snitin315 Open Blog
Thoughts, stories and ideas.
Home
Tag
Author
Help
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
Featured
Test Post #1
Thanks for reading! New Update