hugo/resources/resource_transformers/js
Bjørn Erik Pedersen 241b21b0fd Create a struct with all of Hugo's config options
Primary motivation is documentation, but it will also hopefully simplify the code.

Also,

* Lower case the default output format names; this is in line with the custom ones (map keys) and how
it's treated all the places. This avoids doing `stringds.EqualFold` everywhere.

Closes #10896
Closes #10620
2023-05-16 18:01:29 +02:00
..
build.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
build_test.go Make js.Build fully support modules 2020-11-03 13:04:37 +01:00
integration_test.go deps: Upgrade github.com/evanw/esbuild v0.15.18 => v0.17.0 2023-01-16 14:41:13 +01:00
options.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
options_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00