compiler option | since v1.9.90 | Edit |
A compiled JS file can contain a sourceMappingURL
comment, which cljs uses
to locate the :source-map
JSON file.
You can prepend this location with a custom path if required by
your web server configuration.
:source-map-asset-path "..." ;; <-- custom server path of source map metadata