We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03fedc commit edc8e13Copy full SHA for edc8e13
1 file changed
vite_ruby/lib/vite_ruby/missing_entrypoint_error.rb
@@ -16,7 +16,6 @@ def initialize(file_name:, last_build:, manifest:, config:)
16
#{possible_causes(last_build)}
17
:troubleshooting:
18
#{"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}
20
#{"Last build in #{config.mode} mode:\n#{last_build.to_json}\n" if last_build.success}
21
MSG
22
end
0 commit comments