Build: replace CRLF with LF during minify
commit48cc402a917d6011c7d3e75f779f11ef91b474fb
authorTimmy Willison <timmywil@users.noreply.github.com>
Fri, 11 Aug 2023 01:13:24 +0000 (10 21:13 -0400)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2023 01:13:24 +0000 (10 21:13 -0400)
tree55d9fa6505ea7f9d19fd73d53170d870679a0ee0
parent8be4c0e4f89d6c8f780e5937a0534921d8c7815e
Build: replace CRLF with LF during minify

- SWC is not respecting the git setting and does not have
  an option to force LF. This fixes the build on Windows.

Close gh-5305
build/tasks/minify.js