question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest version (3.1.2) breaks the injected manifest URL in windows 10

See original GitHub issue

PWA 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:closed
  • Created 6 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
arthurbergmzcommented, Jul 20, 2017

No problem, guys! Thanks for reporting these issues.

Please, update to v3.1.5.

1reaction
george3447commented, Jul 20, 2017

@arthurbergmz I have tried the master version and its working fine, thank you so much for the quick fix. 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found