Skip to content

Conversation

@christian-byrne
Copy link
Contributor

@christian-byrne christian-byrne commented Oct 19, 2025

Summary

Introduces a GENERATE_SOURCEMAP environment flag in vite.config.mts that defaults to enabled (true unless set to 'false'). This keeps source maps on by default, while allowing opt-out for lean production artifacts.

Allows the choice to be made as part of the distribution pipeline and changed for different targets.

┆Issue is synchronized with this Notion page by Unito

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Oct 19, 2025
@github-actions
Copy link

github-actions bot commented Oct 19, 2025

🎭 Playwright Test Results

⚠️ Tests passed with flaky tests

⏰ Completed at: 10/19/2025, 03:22:27 AM UTC

📈 Summary

  • Total Tests: 499
  • Passed: 466 ✅
  • Failed: 0
  • Flaky: 2 ⚠️
  • Skipped: 31 ⏭️

📊 Test Reports by Browser

  • chromium: View Report • ✅ 457 / ❌ 0 / ⚠️ 2 / ⏭️ 31
  • chromium-2x: View Report • ✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • chromium-0.5x: View Report • ✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • mobile-chrome: View Report • ✅ 6 / ❌ 0 / ⚠️ 0 / ⏭️ 0

🎉 Click on the links above to view detailed test results for each browser configuration.

@github-actions
Copy link

github-actions bot commented Oct 19, 2025

🎨 Storybook Build Status

Build completed successfully!

⏰ Completed at: 10/19/2025, 03:11:03 AM UTC

🔗 Links


🎉 Your Storybook is ready for review!

@github-actions
Copy link

Bundle Size Report

App Entry Points

Main application bundles

File Size Gzip Brotli
assets/index-CuLZTtAC.js 2.02 MB 381 kB 296 kB
assets/index-E0kYOj1H.js 9.67 MB 1.99 MB 1.43 MB
assets/index-PESgPnbc.js 507 B 292 B 249 B

Category Total: 11.7 MB

Core Views

Major application views and screens

File Size Gzip Brotli
assets/GraphView-BLQk4ujW.js 714 kB 139 kB 108 kB
assets/UserSelectView-Kp6GcnoT.js 7.99 kB 2.4 kB 2.09 kB

Category Total: 722 kB

UI Panels

Settings and configuration panels

File Size Gzip Brotli
assets/AboutPanel-Bq9ApgWv.js 10.1 kB 2.59 kB 2.27 kB
assets/CreditsPanel-CVBAywTM.js 21.9 kB 5.21 kB 4.54 kB
assets/ExtensionPanel-DFmOwtDV.js 11.9 kB 2.75 kB 2.4 kB
assets/KeybindingPanel-IQI7hKov.js 15.1 kB 3.68 kB 3.24 kB
assets/ServerConfigPanel-D2PD5OIf.js 8.04 kB 2.09 kB 1.83 kB
assets/UserPanel-D0nz-wnp.js 7.76 kB 1.98 kB 1.72 kB

Category Total: 74.8 kB

Services

Business logic and services

File Size Gzip Brotli
assets/keybindingService-Cnd76Vc_.js 7.21 kB 1.75 kB 1.5 kB
assets/serverConfigStore-CB-AA3JS.js 2.79 kB 890 B 779 B

Category Total: 10 kB

Utilities

Helper functions and utilities

File Size Gzip Brotli
assets/mathUtil-CTARWQ-l.js 1.07 kB 525 B 452 B

Category Total: 1.07 kB

Other

Uncategorized bundles

File Size Gzip Brotli
assets/UserAvatar.vue_vue_type_script_setup_true_lang-C9bSkTC5.js 1.12 kB 577 B 494 B

Category Total: 1.12 kB


Overall Total Size: 12.5 MB
Total Bundle Count: 15

@christian-byrne christian-byrne merged commit 0ff1837 into main Oct 19, 2025
35 checks passed
@christian-byrne christian-byrne deleted the ci/make-source-map-env branch October 19, 2025 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:CI/CD perf:network size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants