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).
Activity
fix(compiler-sfc): preserve old deindent behavior for pug