webdiscus / pug-loader

Pug loader for Webpack renders pug to HTML or template function
https://webdiscus.github.io/pug-loader/pug-filters
ISC License
72 stars 5 forks source link

Path errors on Windows? #12

Closed Rush closed 2 years ago

Rush commented 2 years ago

image

webdiscus commented 2 years ago

Hello @Rush,

yes, I know this issue. It is a Node+Windows problem. What system are you using general: macOS, Linux or Windows?

The pug compiler in Windows returns the dependency paths like D:/Projects/nexus/portal/server/views/fonts-preload.pug what will be as relative recognised, although that is absolute path.

Rush commented 2 years ago

My friend is using Windows.

webdiscus commented 2 years ago

the issue is fixed in the new version 1.7.2 should be patched other version that you use?

Rush commented 2 years ago

Thank you. No need to backport. I'll wait for #11

webdiscus commented 2 years ago

The new version 1.7.3 contains both fixes for #11 and #12

Rush commented 2 years ago

Thank you. Fixed.