-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Pug templates no longer compile with an initial indent #9169
Comments
I didn't even bother to check for closed duplicates, turns out @Justineo already rejected #9163. This is definitely a valid issue, it's worked fine for a very long time and there are commits by other vue members specifically for this use case: vuejs/rollup-plugin-vue#90 |
Seems weird for this to be caused by |
🤔 fe194dd Maybe I did it wrong lol |
I think it is this one: 9d2f9a0#diff-ea1dca0013e7b19f0d16e22b9951879a |
Yeah that makes more sense haha, seems like |
Version
2.5.18
Reproduction link
https://github.com/KaelWD/vue-2.5.18-pug-compiler
Steps to reproduce
yarn
yarn build
What is expected?
Project should compile
What is actually happening?
Works if you downgrade to 2.5.17 or remove the initial indent in the template
The text was updated successfully, but these errors were encountered: