-
Notifications
You must be signed in to change notification settings - Fork 143
refactor: migrate to frontend-base #669
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
base: master
Are you sure you want to change the base?
Conversation
BREAKING CHANGE: refactors the MFE for frontend-base.
When trying to run
I did a bit of searching and found https://stackoverflow.com/a/65621732
I haven't tried, but my guess is that adding a |
@brian-smith-tcril, what I did was just increase my That said, yes, it's arguable that few people will go messing around in node_modules, and fewer still would expect changes to be applied immediately. |
Yeah, some of the other answers on that stackoverflow thread recommended increasing that limit. The reason excluding |
Update package.json for publication as a "buildless" library.
Description
Refer to the parent issue for a full description.
In short, this refactors the codebase for frontend-base support. There are several breaking changes. It is a long-lived feature branch, and as such, should not be rebased or squashed until time comes for it to either merge to master or become master.