Skip to content

Commit 5611e53

Browse files
committed
typo
1 parent fc5bb3e commit 5611e53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/posts/tex/frontend-build-systems.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ \subsection{Transpilation}
5858
browser-compatible module system. After browsers added widespread support for
5959
\href{https://exploringjs.com/es6/ch_modules.html}{ES6 Modules} (ESM) in 2018, transpilation to ESM
6060
has generally been recommended. ESM is furthermore easier to optimize and
61-
\l{tree-shaking}{tree-shake} since its imports and exports are statically defined.
61+
\hl{tree-shaking}{tree-shake} since its imports and exports are statically defined.
6262

6363
The transpilers in common use today are Babel, SWC, and TypeScript Compiler.
6464

0 commit comments

Comments
 (0)