diff options
author | silverwind <me@silverwind.io> | 2023-09-27 04:05:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 22:05:49 -0400 |
commit | c5247eff73ea0be33affb97d666c9d222aabcc37 (patch) | |
tree | b5b7a5613e3c54518755be89e923c86840e9f744 /routers | |
parent | 6967c13ad2de927f4d9bad65930db5fb383ca1d4 (diff) | |
download | gitea-c5247eff73ea0be33affb97d666c9d222aabcc37.tar.gz gitea-c5247eff73ea0be33affb97d666c9d222aabcc37.zip |
Enable production source maps for index.js, fix CSS sourcemaps (#27291)
Previously, the production build never output sourcemaps. Now we emit
one file for `index.js` because it is the most likely one where we need
to be able to better debug reported issues like
https://github.com/go-gitea/gitea/issues/27213. This will currently
increase the binary size of gitea by around 700kB which is what the
gzipped source map file has.
Also, I fixed the CSS sourcemap generation which was broken since the
introduction of lightningcss.
Diffstat (limited to 'routers')
0 files changed, 0 insertions, 0 deletions