webpack-pwa-manifest
webpack-pwa-manifest copied to clipboard
Progressive Web App Manifest Generator for Webpack, with auto icon resizing and fingerprinting support.
Performing an NPM audit raised a moderate severity on `jpeg-js`, which is nested inside `[email protected]`. It recommends to roll back to `[email protected]`. It appears that the latest version of`[email protected]` is...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Chrome developer tools give the following tip when using this plugin: `Web app manifest should have the filename extension 'webmanifest'.` Which indeed seems to be the standardized extension for a...
Hey, guys! I'm really focusing on other areas right now than the open source community - because, well, you know, it is a tough area and we need to pay...
CI keeps failing after merging this commit: https://github.com/arthurbergmz/webpack-pwa-manifest/commit/fad409c606473c6d33525a01330bcffb73f6ac7d It seems file hashes need to be updated. And Webpack 5 requires at least Node.js 10.13.0, so update requirement to `>=10.13.0`
## The Question [Similar to this stackoverflow question](https://stackoverflow.com/questions/46203661/possible-to-have-multiple-manifest-json-for-pwa). Is this possible to configure? I would like a separate manifest.json for separate parts of my PWA, depending on which page the...
``` (node:33508) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated. BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation. Do changes to...
This PR fixes some typing errors for webpack and updated the html-webpack-plugin to v5 (alpha). Also fixes a deprecation error with webpack. (see #144)