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"