# webpack4_example **Repository Path**: mirrors_leecade/webpack4_example ## Basic Information - **Project Name**: webpack4_example - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack4 + babel7 demo Follow to taste new webpack v4 which has been released today. ## includes * dynamic-import + react-router + webpack code split * global context api (react16.3.0 +) * new `html-webpack-plugin` ## Get start ```sh # install $ yarn # dev $ yarn dev # build $ yarn build ```