webdiscus / pug-plugin

Renders Pug template to HTML or template function. Resolves source files of scripts, styles, images in Pug . Uses Pug template as entry point.
https://webdiscus.github.io/pug-plugin/hello-world
ISC License
73 stars 8 forks source link

i18next doesn't work after pug-plugin update to 5.0.0 (windows only) #104

Closed legeidaa closed 8 months ago

legeidaa commented 8 months ago

I used your example from examples/multi-language-i18next in my project before update to 5.0.0 and it worked great. After update, when i start dev-server, i recieve an error for each language image

Then i downloaded example from github, didn’t change anything and ran project as is, and error is still the same

webdiscus commented 8 months ago

Hello @legeidaa,

thank you for the issue report. I will fix it!

I have tested on macOS/Linux, it works fine.

What is your OS? Windows 10, 11? What is Node.js version? 16, 18, 20?

Thanks!

legeidaa commented 8 months ago

System is Windows 10 Corporate 21H2, build 19044.1526 Node version - 18.16.1

webdiscus commented 8 months ago

Hello @legeidaa

the issue is fixed in the version 5.0.2.

Thanks!

legeidaa commented 8 months ago

i18n works now and i don't see any problems, thank you!