0👍
i found the solution!
the issue was, that within .prettierrc the property "endOfLine" was set to "auto".
This resulted in a \r\n instead of a \r at the end of each line, which itself results to this memory leak within the vue compiler.
Source:stackexchange.com