hugo/resources/resource_transformers/js
Andreas Richter c6b661de82
js.Build: Add SourceMap flag with inline option
Added a flag to allow turning on sourcemap in ESBuild. The current support
can only support inline or true as value for sourcemap. This is because
the way ESBuild is invoked it doesn't have a separate output path
to write the mapfile external to the asset pipeline. Add disable for "" and "0".
Add test script and make sure mage check passes.

Fixes #7607
2020-09-01 16:19:08 +02:00
..
build.go js.Build: Add SourceMap flag with inline option 2020-09-01 16:19:08 +02:00
build_test.go js.Build: Add SourceMap flag with inline option 2020-09-01 16:19:08 +02:00