Skip to content

Commit eb7ed67

Browse files
justin808claude
andcommitted
Add TODO for shakapacker.yml integration enhancement
Reference feature/shakapacker-yml-integration branch for future enhancement to automatically detect server_bundle_output_path from shakapacker.yml when using Shakapacker v8.5.0+. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 57a3ab9 commit eb7ed67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/react_on_rails/configuration.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ def self.configuration
5656
server_bundle_output_path: "ssr-generated",
5757
enforce_private_server_bundles: false
5858
)
59+
# TODO: Add automatic detection of server_bundle_output_path from shakapacker.yml
60+
# See feature/shakapacker-yml-integration branch for implementation
61+
# Requires Shakapacker v8.5.0+ and semantic version checking
5962
end
6063

6164
class Configuration

0 commit comments

Comments
 (0)