posts/tech/tree-shaking #80
Replies: 1 comment
|
Great! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
posts/tech/tree-shaking
Tree Shaking 是一种优化技术,用于在打包 JavaScript 代码时移除未使用的代码。它通过静态分析代码依赖关系,只保留被实际使用的代码,从而减少最终打包文件的大小。
http://yangjin.dev/posts/tech/tree-shaking
All reactions