From 922afb18bef7f3c820259afe5fabd63026856f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 14 Jul 2020 21:36:45 +0200 Subject: [PATCH] Update index.md --- content/en/news/0.74.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.74.0-relnotes/index.md b/content/en/news/0.74.0-relnotes/index.md index 2aa39f43d..d793f4888 100644 --- a/content/en/news/0.74.0-relnotes/index.md +++ b/content/en/news/0.74.0-relnotes/index.md @@ -6,7 +6,7 @@ description: "Hugo 0.74.0 brings blazingly fast native JavaScript bundling, with categories: ["Releases"] --- -**Note:** The documentation site isn't updated with all of the main new things below. We will get to it soon. +**Note:** The documentation site isn't updated with all of the main new things below. We will get to it soon. See https://github.com/gohugoio/hugoDocs/issues/1171 This release comes with native JavaScript bundling (and minifier), with [import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import) support (from `node_modules` etc.), tree shaking, scope hoisting for ES6 modules, transpilation of JSX and newer JS syntax down to ES6, JavaScript/JSX and TypeScript/TSX support. And it's _very fast_. [Benchmarks](https://github.com/evanw/esbuild#benchmarks) rates it **at least 100x faster** than the other JavaScript bundlers included. This new feature is backed by the very impressive [ESBuild](https://github.com/evanw/esbuild) project by [@evanw](https://github.com/evanw). Many thanks to [@remko](https://github.com/remko) for the integration work.