-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat: Add support for custom microfrontends.json naming #11022
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
5ccd822 to
9087d63
Compare
…rt-custom-microfrontends-json
|
GitHub Actions was having network issues, and it appears this corrupted the sccache for this branch. I used #11028 and #11029 to verify this. I've tested the changes on my local machine and ran the integration test suite to confirm that the tests should be passing. We will quickly fix if we find that there is an unseen issue in the next canary. |
Description
Allowing users to customize the name of their microfrontends file using a
VC_MICROFRONTENDS_CONFIG_FILE_NAMEenvironment variable. Only accepts file names at the root of the packageTesting Instructions
Added some tests and make sure it works manually.