# webpack-source-4.42.0 **Repository Path**: bennettliang/webpack-source-4.42.0 ## Basic Information - **Project Name**: webpack-source-4.42.0 - **Description**: webpack-source-4.42.0源码解析 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-17 - **Last Updated**: 2023-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 目录 - 手写 webpack-Compiler - webpack 基础学习 - webpack 性能优化 # 手写 webpack-Compiler - 新建 compiler 文件夹 - yarn init -y 或者 npm init -y 来初始化项目