1 parent fc5bb3e commit 5611e53Copy full SHA for 5611e53
1 file changed
src/posts/tex/frontend-build-systems.tex
@@ -58,7 +58,7 @@ \subsection{Transpilation}
58
browser-compatible module system. After browsers added widespread support for
59
\href{https://exploringjs.com/es6/ch_modules.html}{ES6 Modules} (ESM) in 2018, transpilation to ESM
60
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.
+\hl{tree-shaking}{tree-shake} since its imports and exports are statically defined.
62
63
The transpilers in common use today are Babel, SWC, and TypeScript Compiler.
64
0 commit comments