vue-style-loader
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -21,3 +21,4 @@ /* | ||
var request = loaderUtils.stringifyRequest(this, '!!' + remainingRequest) | ||
var id = JSON.stringify(hash(request + path.relative(__dirname, this.resourcePath))) | ||
var relPath = path.relative(__dirname, this.resourcePath).replace(/\\/g, '/') | ||
var id = JSON.stringify(hash(request + relPath)) | ||
var options = loaderUtils.getOptions(this) || {} | ||
@@ -24,0 +25,0 @@ |
{ | ||
"name": "vue-style-loader", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"author": "Evan You", | ||
@@ -11,3 +11,4 @@ "description": "Vue.js style loader module for webpack", | ||
"scripts": { | ||
"test": "jest" | ||
"test": "jest", | ||
"prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s" | ||
}, | ||
@@ -23,4 +24,5 @@ "license": "MIT", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", | ||
"conventional-changelog-cli": "^2.0.1", | ||
"jest": "^22.1.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
138917
15
533
5