diff --git a/packages/plugin-vue/src/main.ts b/packages/plugin-vue/src/main.ts index 37de21de..bdb846ab 100644 --- a/packages/plugin-vue/src/main.ts +++ b/packages/plugin-vue/src/main.ts @@ -162,7 +162,7 @@ export async function transformMain( if (options.sourceMap) { if (scriptMap && templateMap) { // if the template is inlined into the main module (indicated by the presence - // of templateMap, we need to concatenate the two source maps. + // of templateMap), we need to concatenate the two source maps. const gen = fromMap( // version property of result.map is declared as string diff --git a/playground/vue/PreProcessors.vue b/playground/vue/PreProcessors.vue index ddb63667..c210448d 100644 --- a/playground/vue/PreProcessors.vue +++ b/playground/vue/PreProcessors.vue @@ -2,7 +2,7 @@ h2.pre-processors Pre-Processors p.pug | This is rendered from <template lang="pug"> - | and styled with <style lang="sass">. It should be megenta. + | and styled with <style lang="sass">. It should be magenta. p.pug-less | This is rendered from <template lang="pug"> | and styled with <style lang="less">. It should be green.