From a9f4a5f1bbe4fc2b6f3d7185dcf6e7df866abd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= Date: Sat, 25 Oct 2025 16:25:28 +0200 Subject: [PATCH] chore: update build script to use webpack for Next.js --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ab22f7d..ceeed30 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev --turbopack", - "build": "next build", + "build": "next build --webpack", "start": "next start", "format": "prettier --write .", "cypress:open": "cypress open",