-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add file include support #9
Comments
It seems it is pug-loader issue: pugjs/pug-loader#105 I think this issue can be closed now. Sorry for bothering you. |
lekhmanrus
pushed a commit
to lekhmanrus/ng-cli-pug-loader
that referenced
this issue
Oct 12, 2018
lekhmanrus
pushed a commit
to lekhmanrus/ng-cli-pug-loader
that referenced
this issue
Oct 12, 2018
danguilherme
added a commit
that referenced
this issue
Oct 28, 2018
danguilherme
added a commit
that referenced
this issue
Oct 28, 2018
danguilherme
pushed a commit
that referenced
this issue
Oct 28, 2018
danguilherme
added a commit
that referenced
this issue
Oct 28, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems there are some issues with include operator support: https://pugjs.org/language/includes.html
test.pug:
Error:
Interesting that I'm including also file with all mixins definition, like:
and it works without errors.
P.S.: It worked with webpack and pug-html-loader (I had ejected webpack before). And now, after migration to Angular CLI and ng-cli-pug-loader, I have that error.
P.P.S.: Or maybe an error in pug-loader. Just noticed that I used pug-html-loader before migration.
The text was updated successfully, but these errors were encountered: