We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2918925 commit e033096Copy full SHA for e033096
packages/vue-component/plugin/tag-handler.js
@@ -179,7 +179,7 @@ VueComponentTagHandler = class VueComponentTagHandler {
179
map.names = lastMap.names
180
map.file = this.inputFile.getPathInPackage()
181
182
- js += 'module.exportDefault = function(value) { __vue_script__ = value; }; (function(){ if (!module.watch) {console.log(\'module\', module);} ' + script + '\n})();'
+ js += 'module.exportDefault = function(value) { __vue_script__ = value; }; (function(){' + script + '\n})();'
183
}
184
185
// Template
0 commit comments