Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

fix: fix sourcemap #8

Merged
merged 2 commits into from Sep 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/serverPlugin.ts
Expand Up @@ -183,9 +183,8 @@ async function parseSFC(
}

let code =
`
`${scriptImport}
${templateImport}
${scriptImport}
const __cssModules = {}
${stylesCode}
/* normalize component */
Expand Down