vue-template-loader
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -14,3 +14,3 @@ /** | ||
this.cacheable() | ||
const isServer = this.options.target === 'node' | ||
const isServer = this.target === 'node' | ||
const id = genId(this.resourcePath, process.cwd()) | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "vue-template-loader", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Vue.js 2.0 template loader for webpack", | ||
@@ -5,0 +5,0 @@ "main": "lib/template-loader.js", |
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
21671