vite-plugin-singlefile
vite-plugin-singlefile copied to clipboard
Trim leading and trailing newlines
This is a follow-up to #85 - while newlines inserted as a result of inlining assets within the plugin were rid of, trailing EOF whitespace characters within the inlined code persist:
<!doctype html>
<html>
<head>
<style>html{box-sizing:border-box;text-size-adjust:none}
</style>
</head>
<body>
Hello World!
</body>
</html>
(I had to split this PR in order to build the project on Windows without any errors - d4ca753 is the main course, 214fd1b consists of changes to the project itself)