| Viewed 53 times

What is Webpack in javascript


What is Webpack in javascript

Loading...
1 Answer
Mohammad Qandeel
Answered
5

Webpack

According to a recent survey conducted by Stack Overflow, JavaScript is the most popular language. This answer helps you get started with JS Libraries.

Of course, you can go directly to Webpack website through this link http://webpack.github.io.

If you want another description, this is it "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff." it's under the category of loaders.

Through the following link, you can browse the owner's account on GitHub webpack https://github.com/webpack.

The following link will take you to their page on GitHub https://github.com/webpack/webpack.



Related FAQ