-
Notifications
You must be signed in to change notification settings - Fork 91
feat: add module-replacements support first class #268
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: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
|
There's some annoying styling difference between dev and prod – trying to figure it out. |
| }, | ||
| "replacement": { | ||
| "title": "Heads up! You might not need this dependency.", | ||
| "native": "This can be replaced with {replacement}, available since Node {nodeVersion}.", |
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.
| "native": "This can be replaced with {replacement}, available since Node {nodeVersion}.", | |
| "native": "This can be replaced with <code>{replacement}</code>, available since Node {nodeVersion}.", |
is this possible?
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.
not directly, it's possible to clean up later but probably not worth it for the first iteration
Significant work towards #218.
Examples:


