-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ExPlat: Self-Contained Client Base Package #49502
Conversation
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
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.
Looks good to me as a placeholder to build on top of 👍
packages/explat-client/.eslintrc.js
Outdated
@@ -0,0 +1 @@ | |||
module.exports = {}; |
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.
Feel free to remove that one if we won't be declaring any special eslint
rules or exceptions here.
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.
It'd be good to also add a readme to this PR since people who see this won't necessarily know what ExPlat is. Just a title, a one-liner description, and simple build instructions would be a good base for later PRs.
Sure I'll add one in, but I was thinking of merging them all together at the end. |
The desktop and mobile e2e seem to generally fail and are generally ignored. |
Changes proposed in this Pull Request
Part of a series rebuilding the reference WIP PR #48475
Testing instructions
yarn build
should run successfully