Open Momijiichigo opened 4 years ago
I tried this configuration but it seems setting icon size to a value 'any' is not supported. what I tried:
new WebpackPwaManifest({ //~~~~ icons: [ { src: path.resolve("./src/imgs/logo.svg"), sizes: 'any', type: "image/svg+xml" } ] }),
expected output manifest:
{ //~~~~~~~~~ "icons": [ { "src": "./path/to/icon.svg", "sizes": "any", "type": "image/svg+xml" } ] }
Can I have this option available because I don't like this extension to generate multiple SVG files?
I tried this configuration but it seems setting icon size to a value 'any' is not supported. what I tried:
expected output manifest:
Can I have this option available because I don't like this extension to generate multiple SVG files?