[eric] diag: build packaged frontend with webpack --mode=development since http://127.0.0.1 origin did not stop the 0xC0000005 crash (file:// theory disproved), and the only remaining variable between crash-free dev mode and crash-on-every-chat packaged mode is the production-vs-development webpack bundle (minification, terser, React prod mode, removed dev safety checks); larger bundle for one release to confirm minification/prod-bundle is the trigger, will revert and engineer a surgical webpack config once isolated; retag v1.1.44

This commit is contained in:
Eric
2026-05-25 19:16:44 -07:00
parent 0bec1ea268
commit 0c2cf3fc20
+1 -1
View File
@@ -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"