You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a similar problem, but with images. As a temporary solution, I create a new .pug template with "require" part. Then, I included this new file into the file with mixin.
Smth like that: img.pug
Hi, I tried help here (pugjs/pug#3164) before.
Pug Version: 2.0.4
Node Version: v11.10.0
Input JavaScript Values
Input Pug
Additional Comments
If I remove mixin,
require
works fine and compile as expected. But when I used mixin I get the follows errors:Maybe this is an issue for
pug-loader
.Thanks!
The text was updated successfully, but these errors were encountered: