We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
templatePath should be dojo/text
The text was updated successfully, but these errors were encountered:
Isn't that already done? I see this code in handlers.js:
if(parent[0].type === "Property" && parent[0].key.name === "templatePath" && !quoted){ return function(module){ module.addDependency("dojo/text!" + path, "template"); module.replaceCode(parent[0], "templateString: template"); };
Sorry, something went wrong.
No branches or pull requests
templatePath should be dojo/text
The text was updated successfully, but these errors were encountered: