From 2bec90210a231500bd01c2ce83dbe18659231f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 4 Jul 2026 11:45:49 +0400 Subject: [PATCH] chore: retirer la config webpack SVG morte --- next.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/next.config.js b/next.config.js index dbfcaa9..ecca4a2 100644 --- a/next.config.js +++ b/next.config.js @@ -23,14 +23,6 @@ function buildRemotePatterns() { module.exports = (withPWA({ turbopack: {}, - webpack: config => { - config.module.rules.push({ - test: /\.svg$/, - use: ['@svgr/webpack', 'url-loader'], - }) - - return config - }, images: { remotePatterns: buildRemotePatterns() }