diff options
Diffstat (limited to 'layouts/partials/scripts.html')
| -rw-r--r-- | layouts/partials/scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index a42e492..2d8e543 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -4,7 +4,7 @@ {{- $scripts = $scripts | append (resources.Get "js/ed.js") -}} {{- $scripts = $scripts | resources.Concat "js/common.js" -}} -{{- $scripts = $scripts | js.Build (dict "format" "iife" "minify" $isProduction) -}} +{{- $scripts = $scripts | js.Build (dict "format" "iife" "target" "es2015" "minify" $isProduction) -}} {{- if or (site.Params.assets.disable_fingerprinting) (not $isProduction) }} <script src="{{ $scripts.RelPermalink }}"></script> |
