Latest version (3.1.2) breaks the injected manifest URL in windows 10
See original GitHub issuePWA Configuration
new WebpackPwaManifest({
name: packageConfig.name,
short_name: 'Angular PWA',
description: packageConfig.description,
background_color: '#ffffff',
theme_color: '#607d8b',
inject: true,
icons: [{
src: path.resolve('src/assets/images/logo.png'),
sizes: [96, 128, 192, 256, 384, 512],
destination: path.join('assets', 'icons')
},
{
src: path.resolve('src/assets/images/logo.png'),
size: '1024x1024',
destination: path.join('assets', 'icons')
}
]
})
Please see the difference,
html-webpack-plugin: 2.29.0 webpack: 3.3.0 webpack-pwa-manifest: 3.1.1
<link rel="manifest" href="\manifest.ef1097bcbf4ac5ce67f564d4256f7a35.json" />
its working fine
html-webpack-plugin: 2.29.0 webpack: 3.3.0 webpack-pwa-manifest: 3.1.2
<link rel="manifest" href="//manifest.d1684d7a301d4e6cc8cc450a1300a3ee.json" />
not working
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Azure PowerShell release notes - Microsoft Learn
Learn about all of the latest updates to the Azure PowerShell modules.
Read more >Could not load file or assembly 'Microsoft.Extensions ...
For me, downgrading the Microsoft.Extensions.* NuGet packages to version 3.1.10 stopped this issue, so I think you're onto something with the ...
Read more >Changelog | Finsemble
Finsemble Assimilation has been updated to Assimilation version 8.0.0. Breaking Changes. We've simplified the seed project structure, with an updated set of ...
Read more >adaudit-plus-quick-start-guide.pdf - ManageEngine
2.1.10 To audit Group Policy Objects (GPOs) ... your Active Directory, file servers, Windows servers, and workstations secure and ... system versions:.
Read more >Upgrading Ruby on Rails
Rails generally stays close to the latest released Ruby version when it's ... urls, your images will break after you deploy the new...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No problem, guys! Thanks for reporting these issues.
Please, update to v3.1.5.
@arthurbergmz I have tried the master version and its working fine, thank you so much for the quick fix. 👍