Skip to content
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

feat: better path resolution #925

Closed
wants to merge 1 commit into from
Closed

feat: better path resolution #925

wants to merge 1 commit into from

Conversation

ineshbose
Copy link
Collaborator

No description provided.

Copy link

what-the-diff bot commented Dec 6, 2024

PR Summary

  • Improved Code Readability and Reusability
    We have added a method to extract the build directory name from the application's configuration. This small addition will make the code easier to understand and allow us to use the build directory name throughout the codes without repeating ourselves.

  • Consistency in Referencing the Build Directory
    Several instances where the build directory name was referenced have been updated. This change maintains consistency and avoids possible confusion in the future.

  • Reuse Resolver in Module
    In the src/module.ts file, we've made an adjustment to facilitate the reuse of the resolver function, which helps to find and load modules in the application.

  • Enhanced Clarity in Import Path Resolution
    We've simplified how the import path is resolved in the code editor. This change makes it easier to understand what the code is doing.

  • Uniformity in Context Configuration Path
    With this change, we're ensuring the path used in generating configuration is uniform, making our code neater and more predictable.

Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for nuxt-tailwindcss ready!

Name Link
🔨 Latest commit 216f9a2
🔍 Latest deploy log https://app.netlify.com/sites/nuxt-tailwindcss/deploys/67535387abd6c6000876b4ab
😎 Deploy Preview https://deploy-preview-925--nuxt-tailwindcss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@ineshbose ineshbose closed this Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant