Type of Change
Summary
The Greenwood website is showing a bunch of 404 warnings in the developer console for the content of the source map files

We can see the sourcemap file itself needs to have the original source as per its configuration.

Details
It looks like as part of inline optimization logic, we are adding the original source file to be cleaned up by adding it to scratchFiles.
Since we still need the source files for inline, we should just delete that line. (tests might need to be updated)
Type of Change
Summary
The Greenwood website is showing a bunch of 404 warnings in the developer console for the content of the source map files

We can see the sourcemap file itself needs to have the original source as per its configuration.

Details
It looks like as part of inline optimization logic, we are adding the original source file to be cleaned up by adding it to
scratchFiles.Since we still need the source files for inline, we should just delete that line. (tests might need to be updated)