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,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build --webpack",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"