Closed liqi0816 closed 4 years ago
Great job @liqi0816! Thanks for the help. Did you check if everything else work as expected? Unfortunately I don't have windows to test it.
Great job @liqi0816! Thanks for the help. Did you check if everything else work as expected? Unfortunately I don't have windows to test it.
I have tested an html/sass/typescript setting and it worked as expected. I guess(?) most other compilers will also work. Do we have a test case or a list of features that should be tested?
Thanks, I guess it will work then. At the moment there are no proper tests I have about 20 projects that I'm trying before the release.
published along with other improvements as @hqjs/hq@0.0.21
Currently
hq
does not work properly on Windows becauseHQ_ROOT
is not set correctly.This pull request replaces
.slice
with the built-inurl.fileURLToPath
that ensures a cross-platform valid absolute path string.