FredKSchott / create-snowpack-app

The all-in-one app template for Snowpack. [moved]
https://www.snowpack.dev
Other
727 stars 96 forks source link

Fix the backslash bug #118

Closed VadimMalykhin closed 4 years ago

VadimMalykhin commented 4 years ago

When we're run a command snowpack build the /build/index.html file has a backslash in the <script/> and <link/> paths.

OS: Windows

FredKSchott commented 4 years ago

I just pushed an alternative fix to the fact that we using a windows path resolver in the first place. let me know if this is still an issue on the latest package, and I can rebase your change and merge this fix as well.