Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable production source maps for index.js, fix CSS sourcemaps (#27291) #27295

Merged
merged 1 commit into from
Sep 27, 2023

Commits on Sep 27, 2023

  1. Enable production source maps for index.js, fix CSS sourcemaps (go-gi…

    …tea#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
    go-gitea#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.
    silverwind authored and GiteaBot committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    45a24e0 View commit details
    Browse the repository at this point in the history