-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot find module on 3.1.0 #20
Comments
Hello, that happens because Vercel is caseSensitive and the module it's trying to find is getCSSMediaQueries, hence it can not find it. Here's the article: https://vercel.com/guides/how-do-i-resolve-a-module-not-found-error |
The issue originates on line 2 of getCSSMediaQueries, it does not have .js extension and the import resolution is failed due to this
|
styleguide gave a more verbose error message that helped track down the issue;
|
🎉 This issue has been resolved in version 3.1.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
The text was updated successfully, but these errors were encountered: