You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply any manual adjustments that might be needed. Check documentation
Create PR and make sure to add @microsoft/fluentui-react-build as reviewer to double check your changes
FAQ
Why should I migrate my own/teams packages instead of one person doing the whole migration for me?
As we are in process of introducing new Dev Experience for how to approach migrations in general within monorepo, that could be implemented also for customers in the future, we wanna:
get early feedback within the internal team
show you gradual approach with less efforts (small focused PRs)
distribute the knowledge about the new underlying tooling (nx) that we use within internal team
I wanna create new package, how should I proceed ?
bootstrap new package via plop for convergence
follow steps mentioned above 🙌
If you'll run into any issues while running the migration generator please open github issue.
Preparation:
What is new DX (1st stage) ?
tsconfig.base.json, that uses TSpath aliasesjest-serializer-make-stylesandbabel-make-stylesneeds still manual build node packages within repo are required to be built first before using (blocking no-build dev loop mode) #18357)storybookandjestbinaries respectively/.storybookconfiguration./jest.preset.js./jest.config.jswhich enables also easy debugging from within your IDE.Packages that need migration
How to migrate
yarn nx workspace-generator migrate-converged-pkg --name='@fluentui/<package-name>'FAQ
Why should I migrate my own/teams packages instead of one person doing the whole migration for me?
As we are in process of introducing new Dev Experience for how to approach migrations in general within monorepo, that could be implemented also for customers in the future, we wanna:
I wanna create new package, how should I proceed ?
If you'll run into any issues while running the migration generator please open github issue.
Thank you and Happy migrating!