I received this issue and google isn't providing many case-specific examples to work from. Can anyone decode this? I am not really sure what the main issue is.
I have followed the file path of the first issue to cjs.js file but there isn't much there
"use strict";
const loader = require("./index");
module.exports = loader.default;
And the file path of the second issue leads me to this
var correctedContent = params.removeCR && (os.EOL !== '\\r') ?
sourceContent.replace(ORPHAN_CR_REGEX, ' $1') :
sourceContent;
Github link for context.