For example, if we had:
const sourceMappingURL = require('source-map-url');
const code = 'console.log("//# sourceMappingURL=index.js.map")';
sourceMappingURL.removeFrom(code);
There is no SourceMappingURL comment in the piece of code, but the current build would remove the string contents in the code segment.