Skip to content

Commit e033096

Browse files
wildhartAkryum
authored andcommitted
fix: Remove console.log from tag-handler.js. Fixes #382 (#383)
1 parent 2918925 commit e033096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ VueComponentTagHandler = class VueComponentTagHandler {
179179
map.names = lastMap.names
180180
map.file = this.inputFile.getPathInPackage()
181181

182-
js += 'module.exportDefault = function(value) { __vue_script__ = value; }; (function(){ if (!module.watch) {console.log(\'module\', module);} ' + script + '\n})();'
182+
js += 'module.exportDefault = function(value) { __vue_script__ = value; }; (function(){' + script + '\n})();'
183183
}
184184

185185
// Template

0 commit comments

Comments
 (0)