Skip to content

Commit

Permalink
Auto commit: 2024-09-21 15:30:10
Browse files Browse the repository at this point in the history
  • Loading branch information
samlau7245 committed Sep 21, 2024
1 parent 0c807be commit 39b2082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blog/2024-09-14-umi-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,8 @@ pnpm config set auto-install-peers true
[email protected]

COMPRESS=none umi build 可以关闭项目构建时的代码压缩功能, 方便调试项目的构建产物。

# 可以分析产物的源码构成。
# highlight-next-line
ANALYZE=1 max build
```

0 comments on commit 39b2082

Please sign in to comment.