Skip to content

Commit

Permalink
Update preprocessors.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Sep 22, 2024
1 parent 73a80e8 commit 211d03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-sfc/src/style/preprocessors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const scss: StylePreprocessor = (source, map, options, load = require) => {
if (map) {
return {
code: result.css,
map: merge(map, JSON.parse(result.sourceMap!.toString())),
map: merge(map, result.sourceMap!),
errors: [],
dependencies,
}
Expand Down

0 comments on commit 211d03b

Please sign in to comment.