https://github.com/ziyi2/webpack-runtime-analyze
Webpack 编译产物运行时分析
https://github.com/ziyi2/webpack-runtime-analyze
Last synced: 5 months ago
JSON representation
Webpack 编译产物运行时分析
- Host: GitHub
- URL: https://github.com/ziyi2/webpack-runtime-analyze
- Owner: ziyi2
- Created: 2024-01-04T01:27:45.000Z (over 2 years ago)
- Default Branch: demo/library
- Last Pushed: 2024-03-06T12:10:04.000Z (over 2 years ago)
- Last Synced: 2025-06-19T14:50:52.327Z (about 1 year ago)
- Language: HTML
- Size: 178 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wepack 分析
构建命令,构建产物在 `dist/main.js` 目录下,可以通过打开 `index.html` 进行访问调试:
``` bash
npm run start
```