image-webp-loader
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "image-webp-loader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "With webpack-loader to convert ordinary picture format to webp pictures, you can produce original pictures and webp pictures together and keep the same hash", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,3 +23,3 @@ [![npm][npm]][npm-url] | ||
{ | ||
loader: resolve(__dirname, '../'), | ||
loader: ‘image-webp-loader’, | ||
options: { | ||
@@ -44,3 +44,3 @@ publicPath: '/', | ||
{ | ||
loader: resolve(__dirname, '../'), | ||
loader: 'image-webp-loader', | ||
options: { | ||
@@ -65,3 +65,3 @@ publicPath: '/', | ||
{ | ||
loader: resolve(__dirname, '../'), | ||
loader: 'image-webp-loader', | ||
options: { | ||
@@ -94,3 +94,3 @@ publicPath: '/', | ||
{ | ||
loader: resolve(__dirname, '../'), | ||
loader: 'image-webp-loader', | ||
options: { | ||
@@ -97,0 +97,0 @@ publicPath: '/', |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
92628