diff --git a/frontend/package.json b/frontend/package.json index 6fdc10a3..cdb64bd9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Open Swarm — Agent Orchestrator frontend built with React", "scripts": { - "build": "webpack --mode=production", + "build": "webpack --mode=development", "build:watch": "webpack --mode=development --watch", "dev": "webpack serve --mode=development", "clean": "rm -rf dist"