extract-loader
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -0,1 +1,8 @@ | ||
## [4.0.1](https://github.com/peerigon/extract-loader/compare/v4.0.0...v4.0.1) (2020-01-28) | ||
### Bug Fixes | ||
* handling resource paths with query parameters ([b4b2c0a](https://github.com/peerigon/extract-loader/commit/b4b2c0a)) | ||
# [4.0.0](https://github.com/peerigon/extract-loader/compare/v3.1.0...v4.0.0) (2020-01-27) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "extract-loader", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "webpack loader to extract HTML and CSS from the bundle", | ||
@@ -11,3 +11,3 @@ "main": "lib/extractLoader.js", | ||
"release": "standard-version", | ||
"prepublishOnly": "npm test" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -14,0 +14,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
15140