Closed xlab closed 4 years ago
Hello @xlab
I'll try to fix this problem, but it is typescript compiler doing this, because all code is using \n
, but not Windows style \r\n
.
The only thing I'm doing is compiling in windows.
Best regards
Next versions with be with \n
new lines. There is an option to tsc
to do so:
tsc --newLine lf -p tsconfig.app.json
Best regards
Should be fixed in v3.0.0
Running on macOS, getting this error:
Another relevant issue: https://github.com/docsifyjs/docsify-cli/issues/78
Fixed by opening
sol-merger
script and change line endings from Windows to Unix:Please update your build env to produce files with unix line endings.