create-react-app 如何查看webpack配置

Create React App

1. 生成项目

create-react-app my-app

    cd my-app

    yarn start

2. 拉出webpack配置项

yarn eject

删除 yarn.lock

删除 node_modules

重新安装 yarn add

3. 启动项目

yarn start

你可能感兴趣的:(create-react-app 如何查看webpack配置)