-
Notifications
You must be signed in to change notification settings - Fork 73
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
drop legacy rootDir
arg
#450
Comments
Nuxi only has peer dependency on kit so if nuxi is used on nuxt v4 projects it will leverage it (including new jiti-esm resolutions) and we will eventually backport jiti v2 to the core of CLI (as non breaking change). What are legacy things to make cleaner? |
Mainly talking about some args marked as legacy For example: https://github.com/nuxt/cli/blob/main/src/commands/build.ts#L30 |
Alright, i've renamed issue to track specific drop. If you are thinking of more public interface-breaking changes worth discussing please feel free to open a new issue so we can have them in the plan for v4 when it comes (personally i think just for one arg, it probably doesn't worth to make a major version because it fragments users only). We perhaps make v4 when essentially need to break things for Nuxt 3 users. |
Hello 👋,
I was wondering if there were any plans to upgrade to version 4 of the programming interface and take advantage of this major change to remove all the legacy and make the CLI cleaner?
The text was updated successfully, but these errors were encountered: