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

Bug: Next.js configured with Turbopack cannot resolve Skeleton plugin import #2896

Open
endigo9740 opened this issue Oct 23, 2024 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@endigo9740
Copy link
Contributor

Current Behavior

Next.js projects encounter a bug resolving the Skeleton plugin import when Turbopack is enabled.

Expected Behavior

The non-Turbopack version works as expected, so this should work when Turbopack is enabled.

Steps To Reproduce

  1. Install Next.js per our recommendations: https://next.skeleton.dev/docs/get-started/installation/nextjs
  2. Make sure to install Turbopack when prompted
  3. Test the dev server - everything will work
  4. Implement the Skeleton packages and Tailwind config
  5. The dev server will throw an import related to the Plugin import in tailwind.config

Link to Reproduction / Stackblitz

No response

More Information

Next.js 15 is releasing this week, and there may be an uptick in users opting into the Turbopack setting for their projects.

@endigo9740 endigo9740 added the bug Something isn't working label Oct 23, 2024
@endigo9740 endigo9740 added this to the v3.0 (Next) milestone Oct 23, 2024
@endigo9740
Copy link
Contributor Author

endigo9740 commented Oct 28, 2024

@AdrianGonz97 FYI this seems like a similar error to what I experienced with Next.js. I've reached out to both users to confirm their framework here:

But calling this out in case it's related and helps troubleshoot.

@endigo9740 endigo9740 added the help wanted Extra attention is needed label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants