8000 Fix source maps for vue2-jest by NikhilVerma · Pull Request #486 · vuejs/vue-jest · GitHub
[go: up one dir, main page]

Skip to content

Fix source maps for vue2-jest #486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 15, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove duplicate append
  • Loading branch information
NikhilVerma committed Jul 22, 2022
commit db1a8baed160d4bd13e78b59e090fd0250659bd7
2 changes: 0 additions & 2 deletions packages/vue2-jest/lib/generate-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ module.exports = function generateCode(
node.add(`${namespace}.functional = true\n`)
node.add(`${namespace}._compiled = true\n`)
}

addToSourceMap(node, templateResult)
}

if (stylesResult) {
Expand Down
0