pwa-manifest-loader
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "pwa-manifest-loader", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Progressive Web App manifest.json / app.webmenifest loader for webpack.", | ||
@@ -5,0 +5,0 @@ "main": "index.mjs", |
@@ -38,3 +38,3 @@ # pwa-manifest-loader for webpack | ||
{ | ||
// use pwa-manifest-loader for manifest.json, or app.webmanifest so we can interpret icon URLs. | ||
// use pwa-manifest-loader for manifest.json, or app.webmanifest so icons get loaded | ||
test: /manifest.json$\|.webmanifest$/, | ||
@@ -41,0 +41,0 @@ use: 'pwa-manifest-loader' |
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
17283