# my-react-webpack **Repository Path**: webzyn/my-react-webpack ## Basic Information - **Project Name**: my-react-webpack - **Description**: 自定义的react版webpack配置 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-25 - **Last Updated**: 2023-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 自定义的react版webpack配置 ## 下载依赖 ```shell npm i ``` ## 启动项目 ```shell npm start ``` ## 打包 ```shell npm run build ```