-
Notifications
You must be signed in to change notification settings - Fork 102
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
Use Chrome manifest V3 #2965
Use Chrome manifest V3 #2965
Conversation
507f04f
to
82cd0c0
Compare
172f953
to
ed2fefa
Compare
} catch (e) { | ||
console.error(`[yoroi/${YOROI_TYPE}] injection failed!`, e); | ||
reject(e); | ||
resolve(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. This change is valid. reject(e)
was wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/check
SonarQube Quality Gate Reliability Rating on New Code (is worse than A) See analysis details on SonarQube Fix issues before they fail your Quality Gate with SonarLint in your IDE. |
https://emurgo.atlassian.net/browse/YOEXT-125
See the comment of https://emurgo.atlassian.net/wiki/spaces/YE/pages/739311617/Checklist+to+upgrade+to+manifest+v3 for documentation.
Notes to developers:
Originally, the dev server is started by running:
Now, this command still works for backward compatibility, but it is recommend to run
and
separately in two consoles.
Notes to release manager:
The originally commands all build mv3 packages.
To build mv2 packages (for Firefox), use:
and