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
Module build failed (from ./node_modules/pug-plain-loader/index.js):
Error: /src/App.vue:2:1
1|
> 2| #foo
-------^
3| h1 Vue 2.7.1 Pug compiler error
4| p This template is indented and it breaks during compilation
5| p If the indent is removed, everything works just fine
unexpected token "indent"
This happened before, in 2.5.18 (see issue #9169).
The text was updated successfully, but these errors were encountered:
Version
2.7.1
Reproduction link
https://github.com/arnaugiralt/vue-2.7.1-pug-indent-error
Steps to reproduce
npm install
npm run start
What is expected?
The template should compile
What is actually happening?
This happened before, in 2.5.18 (see issue #9169).
The text was updated successfully, but these errors were encountered: