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

Update dependencies, despite the Next / SVGr issue #392

Merged
merged 1 commit into from Jun 16, 2021

Conversation

gurkerl83
Copy link
Member

@gurkerl83 gurkerl83 commented Jun 16, 2021

Loading SVG resources, we use the next-svg plugin. Underneath, the plugin leverages the great SVGr library.

Between versions 10.2.4-canary.4 and 10.2.4-canary.5, incompatibility issues with the used plugin and SVGr, respectively, became known.

The problem gets tracked here vercel/next.js#25950.

To work around the problem in the meantime, the following next configuration gets used.

images: {
   disableStaticImages: true
}

Note: In Next 11 the default webpack version is 5.

Loading SVG resources, we use the next-svg plugin. Underneath, the plugin leverages the great SVGr library.

Between versions 10.2.4-canary.4 and 10.2.4-canary.5, incompatibility issues with the used plugin and SVGr, respectively, became known.

The problem gets tracked here vercel/next.js#25950.

To work around the problem in the meantime, the following next configuration gets used.

images: {
   disableStaticImages: true
}

Note: In Next 11 the default webpack version is 5.
@vercel
Copy link

vercel bot commented Jun 16, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/gurkerl83/millipede-docs/DcmCPVohasLsPhdUfc8oueqVxwPv
✅ Preview: https://millipede-docs-git-update-dependencies-gurkerl83.vercel.app

@gurkerl83 gurkerl83 merged commit 8bb43c2 into master Jun 16, 2021
@gurkerl83 gurkerl83 deleted the Update-Dependencies branch June 16, 2021 07:59
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

Successfully merging this pull request may close these issues.

None yet

1 participant