Skip to content

kelvinsekx/webpacking_with_kelvinsekx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Webpack Comprehensive Guide.

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

Master webpack with me.

The webpack core concepts are listed below but not limited to :

  • entry
  • output
  • loaders, and
  • mode

You can use webpack on your command line interface like this > npx webpack src/App.js --output app.bundle.js --mode "development"

Or use webpack in the default file of webpack.config.js and run >> npx webpack, Either the use of CLI or config file, it all up to you. But I seem to be enjoying webpack join me and lets catch fun.

About

My webpack documentation journey... Experimenting with a javaScript bundler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published