CSS sourcemaps with Sage 11 always point to app.css

When running dev, inspecting a CSS rule has always pointed to the exact CSS file and line number.

However, with Sage, it always returns app.css when other css files are imported.

css: {
      devSourcemap: true,
    },

I have this placed after the plugins array in Vite config. Should it be somewhere else?

1 Like