Skip to content

dev2js/Webpack-4-Fundamentals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation



npm

webpack

webpack is a 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.

Content

Why Webpack

  1. Problem with Script Loading
  2. EcmaScript Modules

Solving with Webpack

About

Webpack is a module bundler. In other words, Webpack takes a bunch of different assets or files (like CSS, JS, SASS, JPG, SVG, PNG …) and it combines them into bundles, a separate bundle for each type.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors