# webpack-code-splitting-demos **Repository Path**: rainzhai/webpack-code-splitting-demos ## Basic Information - **Project Name**: webpack-code-splitting-demos - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-24 - **Last Updated**: 2022-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##webpack code splitting demos webpack代码分割demo合集,包括require.ensure、CommonsChunkPlugin、DllPlugin和DllReferencePlugin的基本使用示例,在对应目录运行如下命令,并查看结果。 ``` npm install webapck ```