-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Implement build infra around TS path aliases for convergence #16889
Comments
This was referenced Feb 11, 2021
Closed
Update:
|
Update:
|
2 tasks
March goal: finish all tasks - every conformant package has the new DX implemented |
|
Status:
|
2 tasks
Status:
|
This was referenced Apr 20, 2021
2 tasks
1 task
This was referenced May 27, 2021
1 task
This was referenced Jun 1, 2021
This was referenced Jun 8, 2021
1 task
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Epic
This is an Epic which will track implementation of issues pointed out in following documents:
Problem
Solution
Implementation:
Pre-requirements
Requirements:
tsconfig.base.json
with all existing converged component paths (chore: create new tsconfig.base with path aliases #16976)- for
npm:test
use jest binary directly insteadjust-script
npm:start
use storybook binary directly insteadjust-script
<monorepoRoot>/.storybook
<packageFolder>/.storybook
[ ] implement root storybook app (running it will render all converged stories)<monorepoRoot>/apps/storybook
- 💡 this was applied on react-components package. Additional setup will be needed for react-components -> will be implemented in separate issue/PR
- should update tsconfig.base.json#paths
- should update jest.config.js projects
Risks (Rabbit holes)
monorepoRoot/jest.config.js
)Out of scope (No-gos)
The text was updated successfully, but these errors were encountered: