File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ export async function transformMain(
162
162
if ( options . sourceMap ) {
163
163
if ( scriptMap && templateMap ) {
164
164
// if the template is inlined into the main module (indicated by the presence
165
- // of templateMap, we need to concatenate the two source maps.
165
+ // of templateMap) , we need to concatenate the two source maps.
166
166
167
167
const gen = fromMap (
168
168
// version property of result.map is declared as string
Original file line number Diff line number Diff line change 2
2
h2.pre-processors Pre-Processors
3
3
p.pug
4
4
| This is rendered from < template lang="pug">
5
- | and styled with < style lang="sass"> . It should be megenta .
5
+ | and styled with < style lang="sass"> . It should be magenta .
6
6
p.pug-less
7
7
| This is rendered from < template lang="pug">
8
8
| and styled with < style lang="less"> . It should be green.
You can’t perform that action at this time.
0 commit comments