I have a project that create once on linux at now I work on it on windows os and I have a command to minify assets file; my problem is "\r\n" in output create new line add cause to different files with previous version, for example if we have :
});console.log("test");
command output is :
});
console.log("test");
Can you help me?