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
Thanks for this module but NextJS is complaining whiles compiling with this error below
CSS Modules Imported by a Dependency
Why This Error Occurred One of your dependencies (node_modules) imports a CSS Modules file.
This normally happens when a package's source files are accidentally consumed, instead of the built package.
Possible Ways to Fix It Reach out to the maintainer and ask for them to publish a compiled version of their dependency.
Compiled dependencies do not have references to CSS Module files, or any other files that require bundler-specific integrations.
The dependency should also provide instructions about what CSS needs to be imported by you, in your application.
The text was updated successfully, but these errors were encountered:
Will check and fix thank you
Sorry, something went wrong.
@kush-agra any update on this issue?
No branches or pull requests
Thanks for this module but NextJS is complaining whiles compiling with this error below
CSS Modules Imported by a Dependency
Why This Error Occurred
One of your dependencies (node_modules) imports a CSS Modules file.
This normally happens when a package's source files are accidentally consumed, instead of the built package.
Possible Ways to Fix It
Reach out to the maintainer and ask for them to publish a compiled version of their dependency.
Compiled dependencies do not have references to CSS Module files, or any other files that require bundler-specific integrations.
The dependency should also provide instructions about what CSS needs to be imported by you, in your application.
The text was updated successfully, but these errors were encountered: