From 7405eb06f2dff66a4a9e6f28f4efa7b9fae66aa9 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Wed, 13 Jul 2022 14:29:28 +0200 Subject: [PATCH] Add todo --- packages/next/build/webpack/loaders/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/next/build/webpack/loaders/utils.ts b/packages/next/build/webpack/loaders/utils.ts index da0550020a51..a06143433df1 100644 --- a/packages/next/build/webpack/loaders/utils.ts +++ b/packages/next/build/webpack/loaders/utils.ts @@ -3,6 +3,7 @@ const imageExtensions = ['jpg', 'jpeg', 'png', 'webp', 'avif'] const nextClientComponents = [ 'link', 'image', + // TODO-APP: check if this affects the regex 'future/image', 'head', 'script',