Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Z6T/react-webpack4-cook

💯The most powerful webpack4 tutorial in the universe
https://github.com/Z6T/react-webpack4-cook

react webpack-configuration webpack-dev-server webpack-loader webpack-plugin webpack4

Last synced: 22 days ago
JSON representation

💯The most powerful webpack4 tutorial in the universe

Awesome Lists containing this project

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 协议,请自由地享受和参与开源。