#How to server sourcemap files in production?

1 messages · Page 1 of 1 (latest)

final agate
#

I have set sourcemap to true and rollupOptions.output.sourcemap to true and it does not work. also doesnt work with "inline" option. I have sourcemap files working locally although I cannot find them on disk. I am serving static files in production with django 3 using django-vite to configure it

chrome swift
final agate
#

it seems the issue is caused by the esbuild minifier.

#

disabling that results in sourcemaps working