We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Modified import statement of JSX files to module path aliases.
module path aliases
This was addressed because each time the directory gets deeper, the import minute gets longer.
https://nextjs.org/docs/advanced-features/module-path-aliases
The text was updated successfully, but these errors were encountered:
Please assign to me. I can work on this.
Sorry, something went wrong.
I think the recent refactor of the website covered this. Please re-open if still an issue!
Successfully merging a pull request may close this issue.
Overview
Modified import statement of JSX files to
module path aliases
.Why
This was addressed because each time the directory gets deeper, the import minute gets longer.
Docs
https://nextjs.org/docs/advanced-features/module-path-aliases
The text was updated successfully, but these errors were encountered: