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.
2 parents aa1b193 + cae3b4f commit ee5bb76Copy full SHA for ee5bb76
1 file changed
index.js
@@ -66,6 +66,7 @@ TemplateCompiler.prototype.initializeFeatures = function initializeFeatures() {
66
67
TemplateCompiler.prototype.processString = function (string, relativePath) {
68
return 'export default ' + utils.template(this.options.templateCompiler, stripBom(string), {
69
+ contents: string,
70
moduleName: relativePath
71
}) + ';';
72
};
0 commit comments