diff --git a/frontend/package.json b/frontend/package.json index bac0268..29558b1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build --webpack", "start": "next start", "lint": "eslint", "check-locales": "node scripts/check-locales.mjs"