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.
toString
1 parent f33d80f commit 6b0067bCopy full SHA for 6b0067b
index.js
@@ -22,8 +22,7 @@ module.exports = function (content) {
22
});
23
24
component = transpile(`var render = function () {${compiled.render}};`);
25
- component += `var toString = function () {return ${JSON.stringify(path)}};`;
26
- component += `module.exports = { render: render, toString: toString };`;
+ component += `module.exports = { render: render };`;
27
28
cb(null, component);
29
})
0 commit comments