next-export-optimize-images icon indicating copy to clipboard operation
next-export-optimize-images copied to clipboard

Optimize images at build time with Next.js.

Results 47 next-export-optimize-images issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@mdx-js/react](https://mdxjs.com) ([source](https://togithub.com/mdx-js/mdx)) | [`1.6.22` -> `2.1.3`](https://renovatebot.com/diffs/npm/@mdx-js%2freact/1.6.22/2.1.3) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [got](https://togithub.com/sindresorhus/got) | [`^11.8.5` -> `^12.4.1`](https://renovatebot.com/diffs/npm/got/11.8.5/12.4.1) | [![age](https://badges.renovateapi.com/packages/npm/got/12.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

I just want to use it in normal cases when we don't want to use next export.

feature request

Currently, with this library, images can be optimized at build time using `next/image`. However, images are not optimized for components that cannot be evaluated at build time. For example, components...

to do

Images within client-side-only loaded components aren’t optimized. For example: ✅ This works ```ts import dynamic from 'next/dynamic'; import type { NextPage } from 'next'; import ComponentWithImage from './ComponentWithImage'; export const...

enhancement
help wanted

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`27.5.2` -> `29.0.2`](https://renovatebot.com/diffs/npm/@types%2fjest/27.5.2/29.0.2) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@heroicons/react](https://togithub.com/tailwindlabs/heroicons) | [`1.0.6` -> `2.0.11`](https://renovatebot.com/diffs/npm/@heroicons%2freact/1.0.6/2.0.11) | [![age](https://badges.renovateapi.com/packages/npm/@heroicons%2freact/2.0.11/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Introduced this flag to allow users to define their own external images download directory. This comes in handy when using the plugin without `next export`. See further discussion here: https://github.com/dc7290/next-export-optimize-images/issues/105#issuecomment-1225750849

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) | [`26.9.0` -> `27.0.4`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/26.9.0/27.0.4) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-jest/27.0.4/age-slim)](https://docs.renovatebot.com/merge-confidence/)...