chore: update build script in package.json to include webpack for improved performance

This commit is contained in:
Usman Baig
2026-02-04 10:50:45 +01:00
parent 787eac2151
commit 73dac1b170

View File

@@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build --webpack",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"type-check": "tsc --noEmit" "type-check": "tsc --noEmit"