# react-webpack-cook **Repository Path**: luchaoding/react-webpack-cook ## Basic Information - **Project Name**: react-webpack-cook - **Description**: 奥斯维德使用otc的底层架构,底层使用react-webpack-cook搭建。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-webpack4-cook The most powerful webpack4 tutorial in the universe # 快速开始 ```javascript git clone https://github.com/Z6T/react-webpack4-cook.git npm run dev 开发模式启动项目 npm run build:dll dllplugin进行打包 npm run build 生产模式打包项目 ``` # 项目介绍 这是一个依赖于webpack4并做了很多优化处理的react开发环境,主要是通过本篇的学习对webpack工具,有个更加全面的认识和更加深入的理解。本仓库的代码步骤也被我整理成了一个线上博客,博客地址:[webpack4的30个步骤打造优化到极致的react开发环境,毕生所学,如约而至](https://juejin.im/post/5cfe4b13f265da1bb13f26a8),希望看完后对您有帮助。 # 开源协议 本项目基于 MIT 协议,请自由地享受和参与开源。