diff --git a/apps/web/package.json b/apps/web/package.json index 03b8940..d422c54 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -5,7 +5,7 @@ "description": "Technical problem solver's blog - practical insights and learning notes", "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build --webpack", "start": "next start", "lint": "eslint app src scripts video", "test": "npm run test:links",