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

https://github.com/ziyi2/webpack-runtime-analyze

Webpack 编译产物运行时分析
https://github.com/ziyi2/webpack-runtime-analyze

Last synced: 5 months ago
JSON representation

Webpack 编译产物运行时分析

Awesome Lists containing this project

README

          

# Wepack 分析

构建命令,构建产物在 `dist/main.js` 目录下,可以通过打开 `index.html` 进行访问调试:

``` bash
npm run start
```