blueimp-tmpl-loader
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -37,3 +37,3 @@ var tmpl = require('blueimp-tmpl').tmpl; | ||
function templateLoader(str) { | ||
return 'var tmpl = require("blueimp-tmpl").tmpl;module.exports = ' + compileTemplate(str); | ||
return 'var tmpl = require("blueimp-tmpl");tmpl=tmpl.tmpl||tmpl;module.exports = ' + compileTemplate(str); | ||
} | ||
@@ -40,0 +40,0 @@ |
{ | ||
"name": "blueimp-tmpl-loader", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "blueimp templates loader for webpack", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6708