Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-25 19:39:51 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-11-25 19:39:51 +0300
commit8a6e70605350255920100c5c085bb9ea6576d972 (patch)
treed1fd95b065f05747b2195c6fee460ac4d71eb479 /hugolib
parent34061706e6a9631d92ae3d01e0458eee7bc251cc (diff)
deps: Update to github.com/evanw/esbuild 0.8.11 to 0.8.14
Closes #7986
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/js_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/js_test.go b/hugolib/js_test.go
index c783bf781..b4f1d2157 100644
--- a/hugolib/js_test.go
+++ b/hugolib/js_test.go
@@ -133,7 +133,7 @@ TS: {{ template "print" $ts }}
b.AssertFileContent("public/index.html", `
console.log(&#34;included&#34;);
if (hasSpace.test(string))
-const React = __toModule(require(&#34;react&#34;));
+var React = __toModule(require(&#34;react&#34;));
function greeter(person) {
`)