### Version 2.5.18 ### Reproduction link [https://github.com/KaelWD/vue-2.5.18-pug-compiler](https://github.com/KaelWD/vue-2.5.18-pug-compiler) ### Steps to reproduce - Clone repo - `yarn` - `yarn build` ### What is expected? Project should compile ### What is actually happening? ``` Error: src/App.vue:2:1 1| > 2| #app -------^ 3| div Hello World! 4| unexpected token "indent" ``` --- Works if you downgrade to 2.5.17 or remove the initial indent in the template <!-- generated by vue-issues. DO NOT REMOVE -->