angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

fix(@angular/build): allow disabling sourcemaps in the dev server

Open alan-agius4 opened this issue 3 months ago • 0 comments

This change introduces the ability to disable sourcemaps when running the development server.

A new Vite plugin has been added to remove sourcemap comments from generated assets. The dev server's configuration has been updated to conditionally apply this plugin and control CSS sourcemap generation based on the project's sourceMap setting.

Closes #31331

alan-agius4 avatar Oct 17 '25 12:10 alan-agius4