From acb0989827b3591847482e3c871c2906acf97863 Mon Sep 17 00:00:00 2001 From: hanoak20 Date: Fri, 12 Dec 2025 12:32:55 +0530 Subject: [PATCH] fix: --webpack option removed in the start command. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de00ca99..183387b0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev --webpack", "build": "next build --webpack", - "start": "next start --webpack", + "start": "next start", "lint": "next lint" }, "dependencies": {