Skip to content

Commit 304b0ca

Browse files
author
Guillaume Chau
committed
fix: babel error
1 parent a7131da commit 304b0ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vue-component/plugin/tag-handler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ VueComponentTagHandler = class VueComponentTagHandler {
122122
this.babelOptions.sourceMap = true
123123
this.babelOptions.filename =
124124
this.babelOptions.sourceFileName = sfcBlock.module
125-
this.babelOptions.sourceMapTarget = this.babelOptions.filename + '.map'
126125

127126
// Babel compilation
128127
try {

0 commit comments

Comments
 (0)