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

Next JS issue: CSS Modules Imported by a Dependency #8

Open
adomrockie opened this issue Sep 15, 2020 · 2 comments
Open

Next JS issue: CSS Modules Imported by a Dependency #8

adomrockie opened this issue Sep 15, 2020 · 2 comments

Comments

@adomrockie
Copy link

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.

@kush-agra
Copy link
Owner

Will check and fix thank you

@7s4r
Copy link

7s4r commented Aug 12, 2021

@kush-agra any update on this issue?

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

No branches or pull requests

3 participants