Skip to content

NJIT-SIG-WEBDEV/Webpack-Tut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack-Tut

Working with Webpack

Webpack is the new leader in Module Loading Management System. It also added functionalities to use plugins, which automatically organizes, uglifies, minifies, and orders your code among other things. This combined the workload of requireJs and Grunt into one, which is easier for the developers.

It is also the best module loader to use with React, which is the fastest growing MVC on the stack.

Website: https://webpack.github.io/

Simple Webpack Configuration: https://gist.github.com/learncodeacademy/25092d8f1daf5e4a6fd3

Youtube Video: https://www.youtube.com/watch?v=9kJVYpOqcVU

About

Quick Tutorial On Working With Webpack...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published