Skip to content

Commit edc8e13

Browse files
committed
fix: avoid displaying manifest contents (close #568)
In most apps, the amount of output alone makes this less useful. Users can manually check `ViteRuby.instance.manifest` when debugging.
1 parent a03fedc commit edc8e13

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

vite_ruby/lib/vite_ruby/missing_entrypoint_error.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ def initialize(file_name:, last_build:, manifest:, config:)
1616
#{possible_causes(last_build)}
1717
:troubleshooting:
1818
#{"Manifest files found:\n#{config.manifest_paths.map { |path| " #{path.relative_path_from(config.root)}" }.join("\n")}\n" if last_build.success}
19-
#{"Content in your manifests:\n#{JSON.pretty_generate(manifest)}\n" if last_build.success}
2019
#{"Last build in #{config.mode} mode:\n#{last_build.to_json}\n" if last_build.success}
2120
MSG
2221
end

0 commit comments

Comments
 (0)