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

Smartblocks is not compatible with Next.js #11

Open
ottovw opened this issue Jan 7, 2021 · 2 comments
Open

Smartblocks is not compatible with Next.js #11

ottovw opened this issue Jan 7, 2021 · 2 comments

Comments

@ottovw
Copy link

ottovw commented Jan 7, 2021

Smartblocks i great, unfotunately I can't use it with Next,js, due to to css imports.

When it's included Nestjs gives the following error

./node_modules/prosemirror-tables/style/tables.css
Global CSS cannot be imported from within node_modules.
Read more: https://err.sh/next.js/css-npm
Location: node_modules/smartblock/lib/extensions/default-plugins.js

The explanation under https://err.sh/next.js/css-npm is

Why This Error Occurred
One of your dependencies (node_modules) imports a CSS 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 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.

Importing CSS files within node_modules cannot be supported because we cannot know the correct behavior:

Should the file be consumed as Global CSS or CSS Modules?
If Global, in what order does the file need to be injected?
If Modules, what are the emitted class names? As-is, camel-case, snake case?
Etc...
@fsoft72
Copy link

fsoft72 commented Jul 16, 2021

Same problem here too

@SunnyAureliusRichard
Copy link

Possibly not maintained anymore

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