-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Treat webmanifest as an entry module #2254
fix: Treat webmanifest as an entry module #2254
Conversation
treat webmanifest as an entry module so it doesn't get content hashed closes parcel-bundler#1466
Checks fail because of what look like unrelated issues to me, e.g.
I'll happily fix if those if they are related, can you please have a look @devongovett ? |
@AndreasPizsa increasing the timeout of mocha in the workers package should resolve that Sent with GitHawk |
ba290bf
to
6a4cfb0
Compare
6a4cfb0
to
34a7a21
Compare
So this is now failing because of an Azure Devops server error. Reminds me of how much I love Travis :) I tried to re-run the build on Azure Devops, but it seems like I can't do that without pushing a new commit (maybe because of a lack of permissions?) Any ideas how we can unblock this PR @DeMoorJasper ? Thanks! |
I've triggered a re-run. |
Can you please re-trigger again @devongovett? Thanks! |
@AndreasPizsa I've re-triggered the tests |
treat webmanifest as an entry module so it doesn't get content hashed
closes #1466
↪️ Pull Request
Hashing the Webmanifest filename breaks PWA updates.
This PR makes webmanifest an entry module by default so it doesn't get content hashed.
💻 Examples
Bad:
Good:
🚨 Test instructions
Unit test included
✔️ PR Todo