Skip to content

Commit 21df888

Browse files
justin808claude
andcommitted
Fix webpack inspection commands to use valid options
Replace invalid --print-config with working webpack commands: - Use --progress --verbose for debugging webpack builds - Keep ANALYZE=true for bundle size analysis - Add reference to actual configuration file locations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 97e8f85 commit 21df888

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/react_on_rails/system_checker.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,9 @@ def check_webpack_configuration
283283
end
284284

285285
def suggest_webpack_inspection
286-
add_info("💡 To inspect webpack configuration: bin/shakapacker --print-config")
286+
add_info("💡 To debug webpack builds: bin/shakapacker --progress --verbose")
287287
add_info("💡 To analyze bundle size: ANALYZE=true bin/shakapacker")
288+
add_info("💡 Configuration files: config/webpack/webpack.config.js, config/shakapacker.yml")
288289
end
289290

290291
def check_webpack_config_content

0 commit comments

Comments
 (0)