We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7131da commit 304b0caCopy full SHA for 304b0ca
packages/vue-component/plugin/tag-handler.js
@@ -122,7 +122,6 @@ VueComponentTagHandler = class VueComponentTagHandler {
122
this.babelOptions.sourceMap = true
123
this.babelOptions.filename =
124
this.babelOptions.sourceFileName = sfcBlock.module
125
- this.babelOptions.sourceMapTarget = this.babelOptions.filename + '.map'
126
127
// Babel compilation
128
try {
0 commit comments