{{- with resources.Get "js/main.js" }}
{{- $opts := dict
"minify" (cond hugo.IsDevelopment false true)
"sourceMap" (cond hugo.IsDevelopment "linked" "none")
}}
{{- with . | js.Build $opts }}
{{- if hugo.IsDevelopment }}
{{- else }}
{{- with . | fingerprint }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}