From 73dac1b170a4a782965b3ecba5e7b4526b41321c Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 4 Feb 2026 10:50:45 +0100 Subject: [PATCH] chore: update build script in package.json to include webpack for improved performance --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ea589a..9b59602 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build --webpack", "start": "next start", "lint": "next lint", "type-check": "tsc --noEmit"