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
refactor: Return configured server_bundle_output_path directly without existence check
When server_bundle_output_path is configured, the bundle path resolution now returns
the configured path immediately without checking if the file exists. This ensures
predictable behavior and allows the server rendering process to handle missing files
appropriately.
Updates:
- Modified bundle_js_file_path_with_packer to return configured path directly
- Removed try_server_bundle_output_path method (no longer needed)
- Updated tests to reflect new behavior without File.exist? checks
Co-authored-by: Abanoub Ghadban <[email protected]>
0 commit comments