# learn-webpack **Repository Path**: kevincy1982/learn-webpack ## Basic Information - **Project Name**: learn-webpack - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2017-03-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learn-webpack 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.