Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caoxiemeihao/webpack-react

webpack4 构建 react 项目
https://github.com/caoxiemeihao/webpack-react

Last synced: 15 days ago
JSON representation

webpack4 构建 react 项目

Awesome Lists containing this project

README

        

# webpack-react
webpack4 构建 react 项目

## 参考链接 *19-10-22*
> [react+webpack4搭建前端项目](https://www.jianshu.com/p/04e436cf75ba)

#### babel 问题 *19-10-22*
> 一会 .babelrc 文件能用,一会 babel.config.js 能用,我勒个去 (✪╻✪)‼‼‼‼‼‼

## mock server *19-10-24*
```bash
yarn mock
or
npm run mock
```
## 打包js chunk *19-10-26*
![](https://raw.githubusercontent.com/caoxiemeihao/webpack-react/master/screenshot/dist-js.jpg)