Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Jun 27, 2024
1 parent fc5bb3e commit 5611e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posts/tex/frontend-build-systems.tex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ \subsection{Transpilation}
browser-compatible module system. After browsers added widespread support for
\href{https://exploringjs.com/es6/ch_modules.html}{ES6 Modules} (ESM) in 2018, transpilation to ESM
has generally been recommended. ESM is furthermore easier to optimize and
\l{tree-shaking}{tree-shake} since its imports and exports are statically defined.
\hl{tree-shaking}{tree-shake} since its imports and exports are statically defined.

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

Expand Down

0 comments on commit 5611e53

Please sign in to comment.