
vue files and tabbing back the content, there has got to be a better way around this. I run into this whether I use the CLI or whether I use the webpack implementation with all associated upgrades having been done manually.Īs much as I love the idea of manually paging through each of the hundreds of. it must be like this: Īs you can imagine, I am getting hundreds of "unexpected character 'indent'" errors during the build. It seems like Vue 3 and its associated versions of the vue-loader and compiler don't like this. This has been compiling just fine for months. Almost every SFC component uses a template with the first element indented - like this: Hey all - I've been banging my head against the wall all day on this.īasically, I inherited a pretty large Vue 2 project with webpack-only implementation (no CLI) and with hundreds of SFC components.
