Include JavaScript Source Maps
PageSpeed Optimization Filters
Benefits
Source maps are files that tell browsers how to map between a minified JavaScript file and the original, readable version so that you can see the readable version while debugging minified production code.
Configuration
Enable pagespeed EnableFilters include_js_source_maps
Disable pagespeed DisableFilters include_js_source_maps
Risk Classification
Low
Example
soon available