We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c4186 commit eb3a867Copy full SHA for eb3a867
test/integration/image-optimizer/test/index.test.js
@@ -23,6 +23,7 @@ const imagesDir = join(appDir, '.next', 'cache', 'images')
23
const nextConfig = new File(join(appDir, 'next.config.js'))
24
const largeSize = 1080 // defaults defined in server/config.ts
25
let nextOutput
26
+let buildOutput
27
let appPort
28
let app
29
const sharpRuntimeWarning = `For production Image Optimization with Next.js, the optional 'sharp' package is strongly recommended`
0 commit comments