This project is for webpack beginners.I split each step into different branches.
git checkout lesson01:Hello webpack.
git checkout lesson02:Usage of webpack config file.
git checkout lesson03:Usage of loaders.Babel example;css and LESS example;image example;font file example.
git checkout lesson04:Usage of plugins.Extract css to its own file example.Uglify example.
git checkout lesson05:Code split example.