You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: disable aggressive file optimization that was corrupting JS bundles
The workflow was splitting/deleting large JS files (>200KB) which was
truncating the main application bundle (1.5MB) to only 10KB, causing
syntax errors on the live site.
Changes:
- Disabled vendor chunk splitting
- Disabled large file removal
- Disabled sed-based comment removal on minified JS
- Preserved complete file integrity for deployment
0 commit comments