Skip to content

Commit

Permalink
Update Tree Shaking.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yihan12 authored Aug 11, 2023
1 parent a8ae5f3 commit 272a6fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion module/Tree Shaking.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
### VITE
### 概述

> Tree shaking 是一个通常用于描述移除 JavaScript 上下文中的未引用代码 (dead-code) 行为的术语。
>
> 它依赖于 ES2015 中的 import 和 export 语句,用来检测代码模块是否被导出、导入,且被 JavaScript 文件使用。

0 comments on commit 272a6fe

Please sign in to comment.